Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
refactor: update ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
mashal-m committed Sep 27, 2023
1 parent 2596859 commit ac9e6b4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
env:
TESTNAME: quality
TARGETS: "quality"
- name: test python
run: ./.github/scripts/testing-js.sh
shell: bash
env:
TESTNAME: test-python
NODE: ${{ env.NODE_VER }}
TARGETS: "requirements.js test_python"
- name: test js
run: ./.github/scripts/testing-js.sh
shell: bash
Expand All @@ -67,12 +74,5 @@ jobs:
TESTNAME: acceptance
NODE: ${{ env.NODE_VER }}
TARGETS: "requirements.a11y migrate requirements.js"
- name: test python
run: ./.github/scripts/testing-js.sh
shell: bash
env:
TESTNAME: test-python
NODE: ${{ env.NODE_VER }}
TARGETS: "requirements.js test_python"
- name: code cov
uses: codecov/codecov-action@v3

0 comments on commit ac9e6b4

Please sign in to comment.