diff options
author | Simponic <loganhunt@simponic.xyz> | 2022-12-29 18:29:40 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2022-12-29 18:29:40 -0700 |
commit | d1e02a3cc23e93318bcde7052f7acb6fc2473bd7 (patch) | |
tree | 3d2cb900b2ee29ea73e426de270f07b0bf2a66df /.github | |
parent | 4b9ccbf108f89236f82382a4a2e0be5965e002b1 (diff) | |
download | chessh-d1e02a3cc23e93318bcde7052f7acb6fc2473bd7.tar.gz chessh-d1e02a3cc23e93318bcde7052f7acb6fc2473bd7.zip |
Add node id in github workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/elixir.yml | 2 |
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: |