Skip to content

test: should fail in github actions #7

test: should fail in github actions

test: should fail in github actions #7

Workflow file for this run

name: 'Grader'
on:
push:
jobs:
grader:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run script file
run: |
chmod +x ./test.sh
./test.sh
shell: bash