Skip to content

Commit

Permalink
Add experikents CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
compor committed Oct 23, 2023
1 parent 77002aa commit 9880f6c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci-experiments.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Run experiments

on:
push:
branches:
- christos/experiments-ci
pull_request:

jobs:
run-experiments:
runs-on: ubuntu-latest
container: ghcr.io/nazavode/snitch-toolchain:2.3
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Run experiments
run: /scripts/run.sh

0 comments on commit 9880f6c

Please sign in to comment.