Skip to content

Commit

Permalink
ci: attempt to fix missing checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Oct 21, 2023
1 parent 2958f4d commit 7cf6669
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
env:
NODE_OPTIONS: --openssl-legacy-provider
steps:
- uses: actions/checkout@v1
- name: Restore node modules
uses: actions/cache/restore@v3
id: cache
Expand All @@ -65,6 +66,7 @@ jobs:
needs: [install]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Restore node modules
uses: actions/cache/restore@v3
id: cache
Expand All @@ -79,6 +81,7 @@ jobs:
needs: [install]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: export display
run: |
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
Expand Down

0 comments on commit 7cf6669

Please sign in to comment.