jq
All checks were successful
Test / Run unit tests (pull_request) Successful in 16m46s
Test / Run compliance tests (pull_request) Successful in 4m16s
Test / Run integration tests (pull_request) Successful in 30m51s

This commit is contained in:
Thomas E Lackey 2023-09-26 20:24:23 -05:00
parent dfa0660317
commit c8e7acaacd

View File

@ -107,6 +107,8 @@ jobs:
with:
go-version-file: './eth-statediff-compliance/go.mod'
check-latest: true
- name: Install jq
run: apt-get update && apt-get install -yq jq
- name: Set up Gitea access token
env:
TOKEN: ${{ secrets.CICD_REPO_TOKEN }}