Skip to content

Commit 3270aeb

Browse files
committed
cleanup workflow
1 parent 4ebda50 commit 3270aeb

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
continue-on-error: ${{ matrix.haxe-version == 'nightly' }}
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
haxe-version:
1617
- stable
@@ -31,18 +32,6 @@ jobs:
3132
- name: Check out repo
3233
uses: actions/checkout@v6
3334

34-
- name: Get yarn cache directory path
35-
id: yarn-cache-dir-path
36-
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
37-
38-
- name: Cache Yarn
39-
uses: actions/cache@v6
40-
with:
41-
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
42-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
43-
restore-keys: |
44-
${{ runner.os }}-yarn-
45-
4635
- name: Cache Haxe
4736
uses: actions/cache@v6
4837
with:
@@ -70,18 +59,6 @@ jobs:
7059
- name: Check out repo
7160
uses: actions/checkout@v6
7261

73-
- name: Get yarn cache directory path
74-
id: yarn-cache-dir-path
75-
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
76-
77-
- name: Cache Yarn
78-
uses: actions/cache@v6
79-
with:
80-
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
81-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
82-
restore-keys: |
83-
${{ runner.os }}-yarn-
84-
8562
- name: Cache Haxe
8663
uses: actions/cache@v6
8764
with:

0 commit comments

Comments
 (0)