Skip to content

Commit

Permalink
CI: now run on runner host at LIRMM
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilbouvier committed Mar 18, 2024
1 parent 9ca9d75 commit 6e15371
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,8 +1,10 @@
name: Tests
on: push
env:
CHECKSUM: 0681e85c15171a07e77d2e9146e1692d012a8af28f77002eed5bc9085484e6ba97fb6401709c17867702b5c7973f9daa44a62f4ed6d1af8eefe942600c26c3e9
jobs:
cmake-build-and-check:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit 6e15371

Please sign in to comment.