Add node id in github workflow

This commit is contained in:
Simponic 2022-12-29 18:29:40 -07:00
parent 4b9ccbf108
commit d1e02a3cc2
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -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: