Skip to content

Commit

Permalink
os: [windows-latest, ubuntu-latest]
Browse files Browse the repository at this point in the history
  • Loading branch information
BipanKishore committed May 12, 2024
1 parent ade3a4f commit a1bf10e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]
os: [windows-latest, ubuntu-latest]

runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
cypress-run:
runs-on: windows-latest
runs-on: ubuntu-latest
# Runs tests in parallel with matrix strategy https://docs.cypress.io/guides/guides/parallelization
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
# Also see warning here https://github.com/cypress-io/github-action#parallel
Expand Down

0 comments on commit a1bf10e

Please sign in to comment.