Skip to content

Commit

Permalink
Format workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Nov 7, 2024
1 parent a190e23 commit d20ec05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "Build & Test"
on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- "*"
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
# go env gopath won't point at the right install location for the
# wasm tool.
go-version: "1.23.2"
cache: "false" # do not cache to prevent cache poisoning
cache: "false" # do not cache to prevent cache poisoning
- name: "Install wasmbrowsertest"
run: "go install github.com/agnivade/wasmbrowsertest@latest"
- name: "Run WASM Tests"
Expand Down

0 comments on commit d20ec05

Please sign in to comment.