Bug fix modify question set part 2: Fix the problem that query in repo layer doesn't return instance of QuestionSet #50
Workflow file for this run
This file contains 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
on: | |
pull_request: | |
branches: [main] | |
name: End to end tests | |
jobs: | |
e2e: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./.github/actions/setup-yarn | |
- name: Build | |
run: yarn build | |
- name: Run end to end tests | |
run: yarn e2e:headless |