Skip to content

Commit 7002891

Browse files
committed
chore: fix test.yml runs-on
1 parent 0cf097f commit 7002891

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.forgejo/workflows/test.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-latest
13+
runs-on: docker
14+
container:
15+
image: ubuntu:latest
1416

1517
steps:
1618
- name: Checkout code
@@ -31,9 +33,4 @@ jobs:
3133
- name: Run tests
3234
run: |
3335
cd build
34-
ctest --output-on-failure
35-
36-
- name: Run the executable
37-
run: |
38-
cd build
39-
echo "E" | ./multitool++
36+
ctest --output-on-failure --verbose

0 commit comments

Comments
 (0)