mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
chore: remove caching on github action for test
This commit is contained in:
parent
2eae38f732
commit
321302cdea
1 changed files with 4 additions and 7 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
pull_request:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
@ -26,8 +26,5 @@ jobs:
|
|||
with:
|
||||
timezoneLinux: "Europe/Prague"
|
||||
|
||||
- name: Cache
|
||||
run: make cache
|
||||
|
||||
- name: Test
|
||||
run: make test
|
||||
|
|
Loading…
Reference in a new issue