Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyaubrecht committed Mar 7, 2024
1 parent 8eef5bf commit fcf8853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
name: Lint and check build with xk6-webtransport
name: Lint and build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -17,7 +17,7 @@ jobs:
with:
go-version: 1.22

- name: Run prettier for linting scripts, configs and docs
- name: Run prettier
uses: creyD/prettier_action@v4.3
with:
dry: True
Expand All @@ -30,5 +30,5 @@ jobs:
- name: Build k6 with xk6-webtransport
run: |
go install go.k6.io/xk6/cmd/xk6@latest
xk6 build --with github.com/kelseyaubrecht/xk6-webtransport@latest
xk6 build --with github.com/kelseyaubrecht/xk6-webtransport@main

0 comments on commit fcf8853

Please sign in to comment.