Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Nov 27, 2024
1 parent 2ff1328 commit 9a93821
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ jobs:
needs: ["build"]
env:
NO_COLOR: 1

steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
Expand All @@ -174,7 +173,7 @@ jobs:
id: update_test
run: |
cd test
CI=false bun moonwall test update_snapshot -u > snapshot_output.txt 2>&1
bun moonwall test update_snapshot -u > snapshot_output.txt 2>&1
- name: Check if files were modified in the 2 minutes
run: |
cd test
Expand Down

0 comments on commit 9a93821

Please sign in to comment.