diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml new file mode 100644 index 0000000..1c03c90 --- /dev/null +++ b/.github/workflows/smoke.yml @@ -0,0 +1,18 @@ +name: Smoke test + +on: pull_request + +jobs: + flagsmith: + runs-on: ubuntu-latest + environment: test + permissions: + id-token: write + contents: read + steps: + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 + - uses: ./ + with: + api-url: https://api-staging.flagsmith.com + - run: flagsmith --version + - run: flagsmith flag list --project "Edge API E2E" -e E2E