Skip to content

Commit

Permalink
fixed cache file location
Browse files Browse the repository at this point in the history
  • Loading branch information
miladz68 committed Jul 31, 2023
1 parent 7c8cb5b commit bb37b55
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,11 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/coreum/integration-tests/contracts/**/artifacts
${{ github.workspace }}/coreum/integration-tests/contracts/**/artifacts
key: ${{ runner.os }}-cache-smart-contracts-${{ hashFiles('**/*.wasm') }}
# key: ${{ runner.os }}-cache-smart-contracts-${{ steps.get-year-week.outputs.date }} # year-week key
- name: Run ${{ matrix.ci_step }}
run: ${{ matrix.command }}
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v2
- name: TEST
run: |
ls -la
ls -la ${{ github.workspace }}/coreum
ls -la ./coreum

0 comments on commit bb37b55

Please sign in to comment.