Skip to content

Commit e28a3ef

Browse files
committed
fix ci
1 parent 1be8360 commit e28a3ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- run: |
2727
mkdir foobar
2828
echo "VERSION = '1.0a1'" > foobar/version.py
29+
touch /app/output1.txt
2930
3031
- run: uv run main.py
3132
env:
@@ -39,6 +40,7 @@ jobs:
3940
- run: grep -q 'VERSION=1.0a1' output1.txt
4041

4142
- run: echo "VERSION = '1.1.1'" > foobar/version.py
43+
- run: touch /app/output2.txt
4244
- run: uv run main.py
4345
env:
4446
INPUT_SKIP_ENV_CHECK: true

0 commit comments

Comments
 (0)