Skip to content

Commit

Permalink
Continue on error on smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Nov 24, 2024
1 parent 9b66155 commit b3e6263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
smoketest-build-distros:
runs-on: ubuntu-latest
continue-on-error: true
env:
ARCH: amd64
# required by ubuntu:bionic
Expand All @@ -23,6 +24,7 @@ jobs:
- name: Checkout Code for other versions
if: matrix.image != 'ubuntu:bionic'
uses: actions/checkout@v4

- name: Install dependencies
run: |
apt-get -qq update -y
Expand Down

0 comments on commit b3e6263

Please sign in to comment.