[READ-ONLY] Mirror of https://github.com/probablykasper/sveltekit-template.
svelte sveltekit template typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix ci

authored by

Kasper and committed by
GitHub
(Jun 26, 2022, 11:46 PM +0200) 53f94fe2 6044ac56

+1 -4
+1 -4
.github/workflows/test.yml
··· 8 8 9 9 jobs: 10 10 test: 11 - strategy: 12 - fail-fast: false 13 - platform: ubuntu-latest 14 - runs-on: ${{ matrix.platform }} 11 + runs-on: ubuntu-latest 15 12 steps: 16 13 - name: Checkout repository 17 14 uses: actions/checkout@v2