Skip to content

Commit

Permalink
GIT_HASH setup
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed Jun 13, 2023
1 parent ee42b1b commit fec08eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Expand Up @@ -27,11 +27,11 @@ jobs:
with:
key: "1" # increment this to bust the cache if needed
- name: build
uses: actions-rs/cargo@v1
env:
GIT_HASH: ${{github.sha}}
with:
command: build
run: |
cp .env.template .env
make build
# Run tests
- name: Run tests
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit fec08eb

Please sign in to comment.