Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
LukBelter committed Aug 10, 2024
1 parent bf0e1ad commit 46ab096
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@ jobs:
echo "No need for the build and test pipeline to run. Exiting."
fi
test_2:
name: "Test 2"
timeout-minutes: 120
needs: check

runs-on: ubuntu-latest

steps:
- name: "Checkout Branch"
uses: actions/checkout@v3

- name: print testing_needed
run: echo ${{ needs.check.outputs.testing_needed }}


build:
name: "Build"
Expand Down

0 comments on commit 46ab096

Please sign in to comment.