Skip to content

Commit

Permalink
ci testing for all basics
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Aug 25, 2023
1 parent fe2e97f commit 761ba47
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test_basics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
submodules: "recursive"
fetch-depth: 100

- name: Set Short Job Name
id: preprocess
run: |
short_name="${{ matrix.modules/^[0-9]+_(.*)$/\1/ }}"
echo "::set-output name=short_name::$short_name"
- name: Run Demo Testing
id: tests
run: |
Expand All @@ -32,7 +26,3 @@ jobs:
- name: Check on Failures
if: steps.tests.outcome != 'success'
run: exit 1

- name: Post-process Job Name
run: |
echo "Job name: ${{ job.jobname }} / ${{ steps.preprocess.outputs.short_name }}"

0 comments on commit 761ba47

Please sign in to comment.