Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jan 3, 2025
1 parent ad818b3 commit ef15708
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
clean:
name: Clean
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -208,14 +208,12 @@ jobs:
- name: Build Go
run: make build

- name: Install Playwright
run: npx playwright install --with-deps chromium

- name: Run tests
run: npx playwright test

# - name: Run tests
# uses: docker://mcr.microsoft.com/playwright:v1.34.3-jammy
# with:
# args: npx playwright test

- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit ef15708

Please sign in to comment.