Skip to content

Commit

Permalink
run in container?
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Jul 18, 2024
1 parent e1c915a commit 3216cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
jobs:
testing:
name: Compile and run unit tests
runs-on: davidfrantz/base
runs-on: ubuntu-latest
container:
image: davidfrantz/base
steps:
- name: Compile all units
run: make unit-tests
Expand Down
2 changes: 1 addition & 1 deletion misc/force-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.12-dev:::2024-07-18_06:42:18
3.7.12-dev:::2024-07-18_07:00:57

0 comments on commit 3216cf2

Please sign in to comment.