KC: Show connector-level trace when status is FAILED (#1319) #162
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Frontend: Main: Build and test" | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| paths: | |
| - "contract/**" | |
| - "frontend/**" | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| build-and-test: | |
| uses: ./.github/workflows/frontend_tests.yml |