Skip to content

Commit

Permalink
Merge pull request #291 from AikidoSec/hansott-patch-1
Browse files Browse the repository at this point in the history
Don't run FFI test on ubuntu and run workflow on push
  • Loading branch information
willem-delbare authored Jan 8, 2025
2 parents f42ef6d + 2d763fa commit 59502c8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/smoke-test-ffi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Smoke Test for FFI

on: [pull_request]
on: [push]

jobs:
test:
Expand All @@ -9,8 +9,12 @@ jobs:
matrix:
# macos-14 is ARM-based
# macos-14-large is x86-based
os: [ubuntu-latest, windows-latest, macos-14, macos-14-large]
continue-on-error: true # Allows all jobs to run even if one fails
# Ubuntu is not included because the full test suite runs on Ubuntu
os: [windows-latest, macos-14, macos-14-large]

# Allows all jobs to run even if one fails
continue-on-error: true

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 59502c8

Please sign in to comment.