mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-17 23:36:33 +00:00
[wip] collapse calc run to one line
cache should be in place and therefore ~/go/bin/testground build skipped
This commit is contained in:
parent
e0a57217ee
commit
f05e0c4973
3
.github/workflows/testground.yml
vendored
3
.github/workflows/testground.yml
vendored
@ -59,8 +59,7 @@ jobs:
|
||||
|
||||
- name: Calculate Testground commit hash used in cache key
|
||||
id: calc-testground-hash
|
||||
run: |
|
||||
echo "::set-output name=hash::$(git rev-parse $(git branch --show-current))"
|
||||
run: echo "::set-output name=hash::$(git rev-parse $(git branch --show-current))"
|
||||
working-directory: testground
|
||||
|
||||
- name: Restore Testground executable from cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user