Skip to content

Commit

Permalink
Fixing the CI that causes random flaky issues through alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Aug 8, 2023
1 parent 8d9ad72 commit fa6417b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ jobs:
experimental: true
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
container: crystallang/crystal:${{ matrix.crystal_version }}-alpine
container: crystallang/crystal:${{ matrix.crystal_version }}
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: shards install
- name: Fake the nexploit-cli
run: echo '#!/usr/bin/env' > /usr/bin/nexploit-cli && chmod +x /usr/bin/nexploit-cli
- name: Run tests
run: crystal spec

0 comments on commit fa6417b

Please sign in to comment.