Skip to content

Commit

Permalink
Upgrade shunit2 from v2.1.7 to v2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 10, 2020
1 parent a87ecd8 commit c7183ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Expand Up @@ -20,13 +20,13 @@ jobs:
id: cache-shunit2-2_1_7
uses: actions/cache@v1
with:
path: shunit2-2.1.7
key: ${{ runner.os }}-shunit2-2.1.7
path: shunit2-2.1.8
key: ${{ runner.os }}-shunit2-2.1.8
- name: Install shunit
if: steps.cache-shunit2-2_1_7.outputs.cache-hit != 'true'
run: |
wget https://github.com/kward/shunit2/archive/v2.1.7.tar.gz -O shunit2-2.1.7.tar.gz && tar zxf shunit2-2.1.7.tar.gz && rm shunit2-2.1.7.tar.gz
chmod +x ./shunit2-2.1.7/shunit2
wget https://github.com/kward/shunit2/archive/v2.1.8.tar.gz -O shunit2-2.1.8.tar.gz && tar zxf shunit2-2.1.8.tar.gz && rm shunit2-2.1.8.tar.gz
chmod +x ./shunit2-2.1.8/shunit2
- name: Cache apt
id: cache-apt
uses: actions/cache@v1
Expand Down

0 comments on commit c7183ad

Please sign in to comment.