Skip to content

feat: update integration test #26

feat: update integration test

feat: update integration test #26

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: ['feat/*']
jobs:
run-tests:
uses: ./.github/workflows/test.yaml
secrets: inherit
build:
needs: run-tests
uses: ./.github/workflows/build.yaml
secrets: inherit