Skip to content

Commit

Permalink
Minor github workflow cleanup (#4358) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 1, 2022
1 parent 51e919a commit 236225d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/colima-tests.yml
Expand Up @@ -120,8 +120,3 @@ jobs:
run: |
ddev poweroff
colima stop
- name: Store test results
uses: actions/upload-artifact@v3
with:
name: ddev-test-results-${{ matrix.webserver }}
path: /tmp/testresults/
4 changes: 2 additions & 2 deletions .github/workflows/master-build.yml
Expand Up @@ -98,9 +98,9 @@ jobs:
ddev config global --instrumentation-opt-in=false
- name: Cache signed binaries
# It seems past 3.0.5 they're using zstdmt which is not available on Windows
# After 3.0.5 they were using zstdmt which is not available on Windows
# See https://github.com/actions/cache/issues/891
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.11
with:
path: .gotmp/bin/windows_amd64
key: ${{ github.sha }}-${{ github.ref }}-signed-windows-binaries
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Expand Up @@ -67,9 +67,3 @@ jobs:
run: |
echo "DDEV_TEST_USE_MUTAGEN=${DDEV_TEST_USE_MUTAGEN}"
make ${{ matrix.tests }}
- name: Store test results
uses: actions/upload-artifact@v3
with:
name: ddev-test-results-${{ matrix.webserver }}
path: /tmp/testresults/

0 comments on commit 236225d

Please sign in to comment.