Skip to content

Commit a0ea579

Browse files
authored
Update test.yml (#598)
1 parent f8d2983 commit a0ea579

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ jobs:
99
if: github.repository_owner == 'viamrobotics'
1010
runs-on: ubuntu-latest
1111
container:
12-
image: ghcr.io/viamrobotics/canon:amd64
12+
image: ghcr.io/viamrobotics/rdk-devenv:amd64
1313

1414
steps:
1515
- uses: actions/checkout@v4
1616

1717
- name: Build, lint, and test
1818
run: |
19+
sudo apt-get install -y software-properties-common
20+
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
1921
sudo chown -R testbot .
2022
sudo -u testbot bash -lc 'make build lint test test-e2e'

0 commit comments

Comments
 (0)