Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/assignment2' into assignment3-pa…
Browse files Browse the repository at this point in the history
…rt-1
  • Loading branch information
dwalkes committed Aug 28, 2024
2 parents 667e247 + a69a4c2 commit e8431ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: assignment-test
on:
on:
push:
tags-ignore:
- '*'
branches:
- '*'
jobs:
unit-test:
container: cuaesd/aesd-autotest:unit-test
container: cuaesd/aesd-autotest:24-unit-test
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The basis of the automated test implementation for this repository comes from [h

The assignment-autotest directory contains scripts useful for automated testing Use
```
git submodule init update --recursive
git submodule update --init --recursive
```
to synchronize after cloning and before starting each assignment, as discussed in the assignment instructions.

Expand Down

0 comments on commit e8431ef

Please sign in to comment.