Skip to content

Commit

Permalink
Try fixing affected tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Jan 23, 2025
1 parent e786fa9 commit 3e1cdd1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Setup Env"
uses: ./.github/actions/setup-env
- name: Global
shell: devenv shell bash -- -e {0}
run: |
yarn nx affected --targets=lint,test:e2e,test,build --base ${{ github.event.pull_request.base.sha }} --head ${{ github.event.pull_request.head.sha }}
yarn nx affected --targets=lint,test:e2e,test,build --base origin/main
- name: Containers
shell: devenv shell bash -- -e {0}
run: |
yarn nx affected --targets=container --exclude='*,!tag:container' --base ${{ github.event.pull_request.base.sha }} --head ${{ github.event.pull_request.head.sha }}
yarn nx affected --targets=container --exclude='*,!tag:container' --base origin/main

0 comments on commit 3e1cdd1

Please sign in to comment.