Skip to content

Commit e6266a8

Browse files
add first test
1 parent a72a3ad commit e6266a8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/autograde.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Autograding Navigation Assignment
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout repository
10+
uses: actions/checkout@v3
11+
12+
- name: Run Navigation Tests
13+
run: bash test_navigation.sh

0 commit comments

Comments
 (0)