Skip to content

Commit ddd53f7

Browse files
authored
Update ci.yml
1 parent 0a0b7df commit ddd53f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ jobs:
3636

3737
- name: Test
3838
run: ./gradlew test
39+
env:
40+
TEST_SQUARE_TOKEN: ${{ secrets.TEST_SQUARE_TOKEN }}
41+
3942
publish:
40-
needs: [ compile, test ]
43+
needs: [ compile ]
4144
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
4245
runs-on: ubuntu-latest
4346

0 commit comments

Comments
 (0)