Skip to content

Commit

Permalink
use test-setup instead of ci-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed May 16, 2024
1 parent bb01e46 commit dda70ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: CI Setup
uses: ./.github/actions/ci-setup
- name: Build
uses: ./.github/actions/test-setup
with:
node-version: ${{ matrix.env.version || 20 }}
- name: Run Fuel Node
Expand Down

0 comments on commit dda70ad

Please sign in to comment.