Skip to content

Commit

Permalink
update to Ubuntu 22.04 test container
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalkes committed Aug 25, 2024
1 parent 74e0e29 commit 0910c76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 All @@ -16,7 +16,7 @@ jobs:
- name: Run unit test
run: ./unit-test.sh
full-test:
container: cuaesd/aesd-autotest:assignment2
container: cuaesd/aesd-autotest:24-assignment2
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 0910c76

Please sign in to comment.