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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkeshan authored Mar 21, 2024
1 parent 7f0f981 commit 85da803
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

```yaml
name: Autograding Tests
"on":
on:
- push
- workflow_dispatch
permissions:
Expand All @@ -32,12 +32,8 @@ jobs:
autograding:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install and build node assets
run: |
npm install --silent
npm run build
- uses: ruby/setup-ruby@v1
- name: Checkout code
uses: actions/checkout@v4
- name: Shout Test
id: shout-test
uses: education/autograding-io-grader@v1
Expand Down Expand Up @@ -77,7 +73,6 @@ jobs:
runners: shout-test,a-command-test,python-test,python-test-with-score
```
### Example Output
```
🔄 Processing: shout-test
Expand Down

0 comments on commit 85da803

Please sign in to comment.