Skip to content

Commit

Permalink
Merge pull request #81 from aali309/testingWithForkedMain56
Browse files Browse the repository at this point in the history
feat(ci): testing56
  • Loading branch information
aali309 committed Oct 13, 2023
2 parents 70a0c9c + 32279e5 commit bc48071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
body: commentBody
});
build-and-test-results: #test
build-and-test-results: #testing
runs-on: ubuntu-latest
needs: [build-and-test]
steps:
Expand All @@ -150,13 +150,13 @@ jobs:
retest-integration-results:
runs-on: ubuntu-latest
needs: [retest-integration]
if: always()
steps:
- name: check retest status
id: retest-integration-status
run: echo ::set-output name=exit_code::${{ job.status }}
- name: Leave Actions Run Comment
uses: actions/github-script@v6
if: always()
with:
script: |
const runURL = `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${{ github.run_id }}`;
Expand Down

0 comments on commit bc48071

Please sign in to comment.