Skip to content

Commit

Permalink
chore(CI): Remove the duplicated Smoking test job (#1510)
Browse files Browse the repository at this point in the history
chore(CI): Remove `Somking test` because it was covered in `Axon start test` workflow
  • Loading branch information
Flouse authored Oct 27, 2023
1 parent 363b49f commit 6494d69
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 99 deletions.
File renamed without changes.
20 changes: 0 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,26 +151,6 @@ jobs:
git tag v${{ needs.version.outputs.major }} ${{ needs.version.outputs.tag }} -f
git push origin refs/tags/v${{ needs.version.outputs.major }} -f
trigger-somking-test:
runs-on: ubuntu-22.04
needs:
- version
- package
steps:
- uses: actions/checkout@v4
- name: Generate axon-bot token
id: generate_axon_bot_token
uses: wow-actions/use-app-token@v2
with:
app_id: ${{ secrets.AXON_BOT_APP_ID }}
private_key: ${{ secrets.AXON_BOT_PRIVATE_KEY }}
- name: Invoke somking test with inputs
uses: aurelien-baudet/workflow-dispatch@v2
with:
workflow: Somking test suit
token: ${{ secrets.GITHUB_TOKEN }}
inputs: '{ "axon_linux_release_tag": "${{ needs.version.outputs.tag }}" }'

trigger-build-docker-image:
runs-on: ubuntu-22.04
needs:
Expand Down
79 changes: 0 additions & 79 deletions .github/workflows/somking_test.yml

This file was deleted.

0 comments on commit 6494d69

Please sign in to comment.