Skip to content

Commit

Permalink
Add SHAs
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Nov 14, 2023
1 parent 1955eb4 commit 7715392
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Set up Java
uses: actions/setup-java@v2
uses: actions/setup-java@78078da0cd035d0d177cc2cb696e05d96fba7d11
with:
distribution: 'adopt'
java-version: '8'

- name: Cache CommandBox
uses: actions/cache@v2
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
with:
path: |
$HOME/.CommandBox
Expand All @@ -51,9 +51,3 @@ jobs:
- name: Run Tests
run: |
box task run tasks/TestAllSolutions

0 comments on commit 7715392

Please sign in to comment.