mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-13 07:48:26 +03:00
expand flag and note what's going on with it
This commit is contained in:
parent
0a448e4782
commit
c691f19c3a
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -23,6 +23,10 @@ jobs:
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
extraPullNames: niv
|
||||
|
||||
- run: nix develop --ignore-environment --keep PERCY_TOKEN -c shake --verbose ci
|
||||
# note about the command below: everything after `--command` is
|
||||
# interpreted as command-line arguments. So the actual command that we're
|
||||
# running is `shake --verbose ci`; `--verbose` and `ci` aren't being
|
||||
# interpreted as flags to `nix develop`!
|
||||
- run: nix develop --ignore-environment --keep PERCY_TOKEN --command shake --verbose ci
|
||||
env:
|
||||
PERCY_TOKEN: '${{ secrets.PERCY_TOKEN }}'
|
||||
|
Loading…
Reference in New Issue
Block a user