Skip to content

Commit

Permalink
Test github action e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Aug 19, 2024
1 parent 8703397 commit d0c4466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
#os: [windows-latest, macos-latest, ubuntu-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion scripts/server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export default function server() {
dirs: ['public'],
host: WATCH_HOST,
port: WATCH_PORT,
silent: process.env.CI || false
// silent: process.env.CI || false
});
};

0 comments on commit d0c4466

Please sign in to comment.