Skip to content

Commit

Permalink
TO BE REVERTED: Modify workflow config for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Oct 29, 2023
1 parent aa3d434 commit a5f3b6f
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 299 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/build.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/codeql.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/deploy-website.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/openssf-scorecard.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/pitest-analyze-pr.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/pitest-update-pr.yml

This file was deleted.

10 changes: 7 additions & 3 deletions .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,24 @@ name: "Integration tests"
on:
issue_comment:
types: [ created ]
# XXX: Drop.
pull_request:
permissions:
contents: read
jobs:
run-integration-tests:
name: On-demand integration test
if: |
github.event.issue.pull_request && contains(github.event.comment.body, '/integration-test')
# XXX: Enable.
#if: |
# github.event.issue.pull_request && contains(github.event.comment.body, '/integration-test')
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
ref: refs/pull/${{ github.event.issue.number }}/head
# XXX: Enable.
#ref: refs/pull/${{ github.event.issue.number }}/head
- name: Set up JDK
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/sonarcloud.yml

This file was deleted.

0 comments on commit a5f3b6f

Please sign in to comment.