Skip to content

Commit

Permalink
CI SINT build script should now live in Action
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Sep 29, 2023
1 parent 5388cae commit 45ddc36
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 205 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ jobs:
path: |
startServer
stopServer
runIntegrationTests
runAioxmppIntegrationTests
runConnectivityIntegrationTests
test.gradle
# - name: Upload coverage report for 'xmppserver' module
# if: ${{ matrix.distribution == 'zulu' && matrix.java == 11 }}
# uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -174,7 +172,6 @@ jobs:
- name: Fix file permissions
run: |
chmod +x distribution/target/distribution-base/bin/openfire.sh
chmod +x ./runIntegrationTests
chmod +x ./startServer
chmod +x ./stopServer
- name: Start server from distribution
Expand Down
161 changes: 0 additions & 161 deletions runIntegrationTests

This file was deleted.

41 changes: 0 additions & 41 deletions test.gradle

This file was deleted.

0 comments on commit 45ddc36

Please sign in to comment.