Skip to content

Add scripts to automatically run the tests and compile the results to… #135

Add scripts to automatically run the tests and compile the results to…

Add scripts to automatically run the tests and compile the results to… #135

Workflow file for this run

name: Building and testing on push
on: [push]
jobs:
build:
name: Build
runs-on: Linux
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_TOKEN }}
submodules: recursive
- uses: ./.github/actions/gem5-dev/
with:
script-path: '.github/scripts/build-test.sh'