diff --git a/README.md b/README.md index 7871e46..2b369d9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ```yaml name: Autograding Tests -"on": +on: - push - workflow_dispatch permissions: @@ -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 @@ -77,7 +73,6 @@ jobs: runners: shout-test,a-command-test,python-test,python-test-with-score ``` - ### Example Output ``` 🔄 Processing: shout-test