diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index bb3da8f60..248e91cb1 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -57,7 +57,9 @@ jobs: firefox: runs-on: ubuntu-latest - container: cypress/browsers:node14.16.0-chrome89-ff86 + container: + image: cypress/browsers:node14.16.0-chrome89-ff86 + options: --user 1001 services: gstreamer: image: steabert/gst-rtsp-launch @@ -76,7 +78,7 @@ jobs: - name: Build run: yarn build - name: Test basic video functionality - run: sbin/test.sh firefox + run: sbin/test.sh /usr/bin/firefox edge: runs-on: ubuntu-latest