Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
usmanmani1122 committed Dec 23, 2024
1 parent 3b01bc4 commit b829596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,6 @@ jobs:
fi
working-directory: a3p-integration
- name: build proposals tests
run: yarn build
working-directory: a3p-integration
- name: run proposals tests
run: |
BRANCH_NAME="usman/prepare-test-hook"
FILES=("env_setup.sh" "run_test.sh" "run_use.sh")
Expand All @@ -302,7 +299,10 @@ jobs:
--silent
done
yarn test
yarn build
working-directory: a3p-integration
- name: run proposals tests
run: yarn test
working-directory: a3p-integration
- name: copy a3p-integration
if: (success() || failure())
Expand Down

0 comments on commit b829596

Please sign in to comment.