Skip to content

test: updated the testing workflow to correspond with the new test names #62

test: updated the testing workflow to correspond with the new test names

test: updated the testing workflow to correspond with the new test names #62

Workflow file for this run

name: test seeing push requests
on:
push:
branches:
- test/maccGradedCase
jobs:
testing_push:
runs-on: ubuntu-latest
steps:
# Check out code
- name: Check out code
uses: actions/checkout@v4
# Run the script
- name: Testing push request recieved
run: |
echo "Push request found"