Skip to content

chore: upload test video as test artifact #26

chore: upload test video as test artifact

chore: upload test video as test artifact #26

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/thomasnordquist/mqtt-explorer-ui-tests:latest
volumes:
- ./:/app
options: --user root
steps:
- uses: actions/checkout@v4
- name: Install Packages
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Install Packages
run: yarn ui-test
- uses: actions/upload-artifact@v4
with:
path: ui-test.gif