Skip to content

Commit 6df4467

Browse files
committed
Do not execute tests when transforming to Jakarta
We have a CI run going after it so let's disable tests for now as they are failing and we want a branch to determine what's going on.
1 parent a890da6 commit 6df4467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jakarta-rewrite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
export PATH="$HOME/.jbang/bin:$PATH"
3232
git checkout -b temp-jakarta-rewrite
33-
REWRITE_TESTS_CONTAINERS=true ./jakarta/transform.sh
33+
REWRITE_NO_TESTS=true ./jakarta/transform.sh
3434
git add .
3535
git commit -m 'Transform sources to Jakarta'
3636
shell: bash

0 commit comments

Comments
 (0)