Skip to content

Commit

Permalink
Update array-api-intelligent-tests-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a0m0rajab authored Sep 23, 2023
1 parent 9f42a79 commit ed551a7
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/array-api-intelligent-tests-pr.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1 @@
name: array-api-intelligent-tests-pr
on:
pull_request:
types: [ labeled, opened, synchronize, reopened, review_requested ]

permissions:
actions: read
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Ivy 🛎
uses: actions/checkout@v2
with:
path: ivy
persist-credentials: false
submodules: "recursive"
fetch-depth: 100

- name: Determine Tests
run: |
git clone -b main https://github.com/unifyai/Mapping.git --depth 1
pip install pydriller
cp Mapping/tests.pbz2 ivy/
cd ivy
python run_tests_CLI/array_api_determine_tests.py
continue-on-error: true

- name: Run Tests
id: tests
run: |
cd ivy
python run_tests_CLI/array_api_run_tests_pr.py
continue-on-error: true

- name: Check on failures
if: steps.tests.outcome != 'success'
run: exit 1

0 comments on commit ed551a7

Please sign in to comment.