chore: remove caching on github action for test

This commit is contained in:
0xdevant 2024-05-18 18:00:27 +08:00
parent 2eae38f732
commit 321302cdea
No known key found for this signature in database
GPG Key ID: 3B0072B3F5B415CB
1 changed files with 4 additions and 7 deletions

View File

@ -3,11 +3,11 @@ name: Test
on:
push:
branches:
- main # Set a branch to deploy
- main # Set a branch to deploy
pull_request:
jobs:
deploy:
test:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 0
- uses: denoland/setup-deno@v1
with:
@ -26,8 +26,5 @@ jobs:
with:
timezoneLinux: "Europe/Prague"
- name: Cache
run: make cache
- name: Test
run: make test