Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lisphacker committed Oct 12, 2023
1 parent 6ce6600 commit 101d423
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,20 @@ on:
push:
branches: main

# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true

# defaults:
# run:
# working-directory: testing

jobs:
test:
strategy:
matrix:
runner:
- ubuntu-latest
- macOS-latest
# - windows-latest
- windows-latest

stack-yaml:
- stack.yaml

fail-fast: false

# runs-on: ${{ matrix.runner }}

steps:
- uses: actions/checkout@v3
- uses: freckle/stack-cache-action@main
Expand Down

0 comments on commit 101d423

Please sign in to comment.