Skip to content

Implement the git short commit SHA1 #40

Implement the git short commit SHA1

Implement the git short commit SHA1 #40

Workflow file for this run

name: Regression Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: get cmake and ninja
uses: lukka/get-cmake@latest
- name: run tests
run: |
git config --global user.email "[email protected]"
git config --global user.name "CI"
git config --global init.defaultBranch master
./tests/run_all.sh