Skip to content

Commit

Permalink
Working on functioning action
Browse files Browse the repository at this point in the history
  • Loading branch information
mawilms committed Jan 13, 2024
1 parent 278ee25 commit 156ea5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ jobs:
with:
go-version: '1.21'

- name: Install ubuntu dependencies
run: sudo apt install -y nodejs

- name: Build frontend
run: npm --prefix frontend run build

- name: Test
run: go test -v ./...

0 comments on commit 156ea5b

Please sign in to comment.