Merge pull request #348 from 0xdevant/chore/remove-caching-on-gh-action-test

chore: remove caching on github action for test
This commit is contained in:
devant 2024-05-18 18:01:33 +08:00 committed by GitHub
commit 1dd48357c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 7 deletions

View File

@ -7,7 +7,7 @@ on:
pull_request: pull_request:
jobs: jobs:
deploy: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
@ -26,8 +26,5 @@ jobs:
with: with:
timezoneLinux: "Europe/Prague" timezoneLinux: "Europe/Prague"
- name: Cache
run: make cache
- name: Test - name: Test
run: make test run: make test