Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
usmanmani1122 committed Feb 14, 2025
1 parent 79fccd3 commit ff2bd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ jobs:
needs: pre_check
if: needs.pre_check.outputs.should_run == 'true'
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: update job environment
run: |
Expand Down Expand Up @@ -286,7 +287,6 @@ jobs:
- name: run proposals tests
run: yarn test
working-directory: a3p-integration
timeout-minutes: 60
- name: copy a3p-integration
if: (success() || failure())
run: |
Expand Down

0 comments on commit ff2bd3f

Please sign in to comment.