Skip to content

build(deps-dev): bump eslint-config-prettier in /ui (#4494) #16968

build(deps-dev): bump eslint-config-prettier in /ui (#4494)

build(deps-dev): bump eslint-config-prettier in /ui (#4494) #16968

name: Integration Tests
on:
push:
branches:
- v2
pull_request:
workflow_dispatch:
env:
GO_VERSION: "1.24"
DAGGER_VERSION: "0.18.12"
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}"
cancel-in-progress: true
jobs:
test:
name: Integration Tests
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
test:
[
"envs",
"envs_with_dir",
"authn/token",
"authn/k8s",
"authn/jwt",
"authz",
"ofrep",
"snapshot",
"signing",
]
steps:
- uses: actions/checkout@v4
- run: echo "INTEGRATION_TEST_NAME=${{ matrix.test }}" | tr '/' '-' >> $GITHUB_ENV
- name: Run Integration Tests
uses: dagger/dagger-for-github@v7
with:
verb: call
version: ${{ env.DAGGER_VERSION }}
args: test --source . integration --cases ${{ matrix.test }}
ui:
name: UI Integration Tests
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- name: Run UI Tests
uses: dagger/dagger-for-github@v7
with:
verb: call
version: ${{ env.DAGGER_VERSION }}
args: test --source . ui