This commit is contained in:
parent
4c43336cab
commit
6bd04c5a2a
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ jobs:
|
|||
name: "Check"
|
||||
runs-on: "ubuntu-latest"
|
||||
container:
|
||||
image: "git.euph.dev/actions/act:latest"
|
||||
image: "git.euph.dev/actions/runner-basic:latest"
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: "https://git.euph.dev/actions/checkout@v3"
|
||||
|
@ -20,4 +20,4 @@ jobs:
|
|||
run: |
|
||||
ls
|
||||
cd app
|
||||
make check
|
||||
make check
|
Loading…
Reference in a new issue