Skip to content

Commit

Permalink
CI: add container for workflow on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilbouvier committed Mar 18, 2024
1 parent 6e15371 commit 5de3c98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Tests

Check notice on line 1 in .github/workflows/tests.yml

View workflow job for this annotation

GitHub Actions / cmake-build-and-check (gaol, none)

Checksum

CHECKSUM=ee247257d816198f799e50184cfde8a92d0b70c075a7b7cbbbac50a6a06370558967a0202fa95862d0207abcf63341b362ffeb55cd4167bd83f73e379de8a4f7
on: push
env:
CHECKSUM: 0681e85c15171a07e77d2e9146e1692d012a8af28f77002eed5bc9085484e6ba97fb6401709c17867702b5c7973f9daa44a62f4ed6d1af8eefe942600c26c3e9
CHECKSUM: ee247257d816198f799e50184cfde8a92d0b70c075a7b7cbbbac50a6a06370558967a0202fa95862d0207abcf63341b362ffeb55cd4167bd83f73e379de8a4f7
jobs:
cmake-build-and-check:
runs-on: self-hosted
container:
image: ubuntu:latest
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit 5de3c98

Please sign in to comment.