Skip to content

Commit

Permalink
Merge branch 'main' into renovate/semver-7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored Feb 27, 2024
2 parents 3cd6317 + 5978d84 commit 410fdfa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ jobs:

- name: ls
run: |
pwd
ls
pwd && echo
ls && echo
ls && echo
ls ../
- name: 🧪 Test
run: yarn test
run: yarn test ./triage
env:
REDWOOD_GITHUB_TOKEN: ${{ github.token }}
RWFW_PATH: ${{ env.GITHUB_WORKSPACE }}/redwood

0 comments on commit 410fdfa

Please sign in to comment.