[wip] collapse calc run to one line

cache should be in place and therefore ~/go/bin/testground build skipped
This commit is contained in:
Michael Bradley, Jr 2022-09-19 17:27:20 -05:00
parent e0a57217ee
commit f05e0c4973
No known key found for this signature in database
GPG Key ID: D0307DBCF21A9A58

View File

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