Skip to content

Commit

Permalink
Trying configure "run"
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jun 18, 2023
1 parent 6fb169b commit f72eabf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run headless test
uses: coactions/setup-xvfb@v1
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
Expand All @@ -42,7 +40,8 @@ jobs:
run: pnpm install --no-frozen-lockfile
- name: Build
run: pnpm run build
- name: Test
- name: Run headless test
uses: coactions/setup-xvfb@v1
run: |
cd ${{ matrix.TF }}
pwd
Expand Down

0 comments on commit f72eabf

Please sign in to comment.