Skip to content

Commit

Permalink
Update unit_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akioee authored Aug 13, 2024
1 parent 68b3341 commit 0d9ad6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Install unzip
shell: bash -e -o pipefail {0}
run: apt-get install -y unzip

- name: Setup Chrome
uses: browser-actions/setup-chrome@v1
Expand Down

0 comments on commit 0d9ad6b

Please sign in to comment.