Update .github/workflows/build-and-test.yml
Some checks failed
Deploy site / deploy (push) Has been cancelled
Some checks failed
Deploy site / deploy (push) Has been cancelled
This commit is contained in:
parent
64b4659d37
commit
80ed77ecd1
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build-and-test.yml
vendored
5
.github/workflows/build-and-test.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-and-test:
|
||||
runs-on: forgejo-runner-one
|
||||
runs-on: docker
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -36,5 +36,4 @@ jobs:
|
|||
.next/cache
|
||||
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-nextjs-
|
||||
|
||||
${{ runner.os }}-nextjs-
|
Loading…
Add table
Reference in a new issue