Skip to content

Commit

Permalink
Add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Aug 24, 2023
1 parent 8fd9b6c commit 36eee21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/fresh_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,16 @@ jobs:
runs-on: ${{ matrix.os }}
name: "Make deps, build & test on fresh ${{ matrix.os }} system"
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Run make deps${{ matrix.deps_suffix }}
run: make deps${{ matrix.deps_suffix }}

- name: Run make build
run: make build

- name: Run make test
run: make test

0 comments on commit 36eee21

Please sign in to comment.