summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2022-12-29 18:29:40 -0700
committerSimponic <loganhunt@simponic.xyz>2022-12-29 18:29:40 -0700
commitd1e02a3cc23e93318bcde7052f7acb6fc2473bd7 (patch)
tree3d2cb900b2ee29ea73e426de270f07b0bf2a66df
parent4b9ccbf108f89236f82382a4a2e0be5965e002b1 (diff)
downloadchessh-d1e02a3cc23e93318bcde7052f7acb6fc2473bd7.tar.gz
chessh-d1e02a3cc23e93318bcde7052f7acb6fc2473bd7.zip
Add node id in github workflow
-rw-r--r--.github/workflows/elixir.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml
index 5f39faa..95dc4c6 100644
--- a/.github/workflows/elixir.yml
+++ b/.github/workflows/elixir.yml
@@ -10,9 +10,9 @@ on:
pull_request:
branches: [ "main" ] # adapt branch for project
-# Sets the ENV `MIX_ENV` to `test` for running tests
env:
MIX_ENV: test
+ NODE_ID: aUniqueString
jobs:
test: