Add node id in github workflow
This commit is contained in:
parent
4b9ccbf108
commit
d1e02a3cc2
2
.github/workflows/elixir.yml
vendored
2
.github/workflows/elixir.yml
vendored
@ -10,9 +10,9 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ] # adapt branch for project
|
branches: [ "main" ] # adapt branch for project
|
||||||
|
|
||||||
# Sets the ENV `MIX_ENV` to `test` for running tests
|
|
||||||
env:
|
env:
|
||||||
MIX_ENV: test
|
MIX_ENV: test
|
||||||
|
NODE_ID: aUniqueString
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user