Skip to content

Commit

Permalink
Update unit-tests.yaml b
Browse files Browse the repository at this point in the history
  • Loading branch information
askhatri committed Jul 9, 2024
1 parent fdbd619 commit 803bad8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@ jobs:
- "-Pscala-2.12 -Pspark2"
- "-Pscala-2.12 -Pspark3"
steps:
-
name: Checkout
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'

-
name: Cache local Maven repository
uses: actions/cache@v3
Expand Down

0 comments on commit 803bad8

Please sign in to comment.