Merge pull request #6 from momentic-ai/jeff/multiproject #15
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
name: Test prod | |
env: | |
MOMENTIC_API_KEY: ${{ secrets.MOMENTIC_API_KEY }} | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
run-tests: | |
name: Run tests | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
repository-projects: read | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 21 | |
- run: npx momentic@^1 queue tests create-react-app-test |