We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d2983 commit a0ea579Copy full SHA for a0ea579
.github/workflows/test.yml
@@ -9,12 +9,14 @@ jobs:
9
if: github.repository_owner == 'viamrobotics'
10
runs-on: ubuntu-latest
11
container:
12
- image: ghcr.io/viamrobotics/canon:amd64
+ image: ghcr.io/viamrobotics/rdk-devenv:amd64
13
14
steps:
15
- uses: actions/checkout@v4
16
17
- name: Build, lint, and test
18
run: |
19
+ sudo apt-get install -y software-properties-common
20
+ apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
21
sudo chown -R testbot .
22
sudo -u testbot bash -lc 'make build lint test test-e2e'
0 commit comments