Skip to content

Commit

Permalink
ci: pipeline now runs :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yag000 authored and mathusanm6 committed May 24, 2024
1 parent c69cc45 commit 457f57a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:

jobs:
build:
runs-on: gcc:latest
runs-on: ubuntu-latest
container:
image: gcc:latest

steps:
- name: Checkout
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:

jobs:
check-format:
runs-on: yag000/c_tools:latest
runs-on: ubuntu-latest
container:
image: yag000/c_tools:latest

steps:
- name: Checkout
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:

jobs:
unit-tests:
runs-on: yag000/c_tools:latest
runs-on: ubuntu-latest
container:
image: yag000/c_tools:latest

steps:
- name: Checkout
Expand All @@ -19,7 +21,9 @@ jobs:


valgrind-tests:
runs-on: yag000/c_tools:latest
runs-on: ubuntu-latest
container:
image: yag000/c_tools:latest

steps:
- name: Checkout
Expand Down

0 comments on commit 457f57a

Please sign in to comment.