Skip to content

Commit

Permalink
Cache playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkumar2005 committed Jan 15, 2024
1 parent 114b906 commit 8ff1497
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'sbt'
- name: Cache Playwright drivers
uses: actions/cache@v3
with:
path: ~/.cache/ms-playwright/
key: ${{ runner.os }}-playwright-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-playwright-
- name: Run tests
run: sbt test
# Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository
- name: Upload dependency graph
uses: scalacenter/sbt-dependency-submission@ab086b50c947c9774b70f39fc7f6e20ca2706c91

0 comments on commit 8ff1497

Please sign in to comment.