Skip to content

Commit

Permalink
fixed indentation error in test-ivy-stateful.yml (ivy-llc#19375)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiderSultanArc authored Jul 13, 2023
1 parent a922b72 commit c0bc86b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test-ivy-stateful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ jobs:
mkdir -p examples
continue-on-error: true

- name: Run Stateful Tests
id: tests
if: steps.check_file_changed.outputs.changed == 'True' || steps.check_file_changed.conclusion == 'skipped'
run: |
cd ivy
mkdir .ivy
touch .ivy/key.pem
echo -n ${{ secrets.USER_API_KEY }} > .ivy/key.pem
./run_tests_CLI/test_ivy_stateful.sh ${{ matrix.backends }} test_${{ matrix.submodules }} ${{ secrets.REDIS_CONNECTION_URL }} ${{ secrets.REDIS_PASSWORD}}
continue-on-error: true
- name: Run Stateful Tests
id: tests
if: steps.check_file_changed.outputs.changed == 'True' || steps.check_file_changed.conclusion == 'skipped'
run: |
cd ivy
mkdir .ivy
touch .ivy/key.pem
echo -n ${{ secrets.USER_API_KEY }} > .ivy/key.pem
./run_tests_CLI/test_ivy_stateful.sh ${{ matrix.backends }} test_${{ matrix.submodules }} ${{ secrets.REDIS_CONNECTION_URL }} ${{ secrets.REDIS_PASSWORD}}
continue-on-error: true

- name: Zip Hypothesis Examples
if: (steps.check_file_changed.outputs.changed == 'True' || steps.check_file_changed.conclusion == 'skipped') && github.event_name == 'pull_request'
Expand Down

0 comments on commit c0bc86b

Please sign in to comment.