Skip to content

Commit

Permalink
checkout and run simple
Browse files Browse the repository at this point in the history
  • Loading branch information
V-FEXrt committed Nov 8, 2023
1 parent bb63f09 commit 605b2ab
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
runs-on: ubuntu-22.04
name: Run Tests
steps:
- name: Clone wake-extras
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Download wake
run: wget https://github.com/sifive/wake/releases/download/v39.1.0/ubuntu-22-04-wake_39.1.0-1_amd64.deb

Expand All @@ -20,5 +25,8 @@ jobs:
- name: Install wake
run: sudo apt-get install ./ubuntu-22-04-wake_39.1.0-1_amd64.deb

- name: Placeholder
run: wake -x 'Unit'
- name: Initialize wake
run: wake --init .

- name: Run basic test
run: wake --in query -x 'single 5'

0 comments on commit 605b2ab

Please sign in to comment.