Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dualcnhq committed May 22, 2024
1 parent 4cd872c commit 1cf3f3f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/call-run-individual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ name: Install deps and browsers, run tests, and upload artifacts
on: workflow_call

jobs:
# setup:
# name: Setup test environment
# uses: ./.github/action/setup-env.yml
setup:
name: Setup test environment
uses: ./.github/actions/setup-env.yml

test:
runs-on: macos-latest
# runs-on: ubuntu-latest
runs-on: ubuntu-latest
# strategy:
# matrix:
# os: [macos-latest, ubuntu-latest]
Expand All @@ -24,8 +23,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup test environment
uses: ./.github/actions/setup-env
# - name: Setup test environment
# uses: ./.github/actions/setup-env

- name: Run about tests
if: always()
Expand Down

0 comments on commit 1cf3f3f

Please sign in to comment.