Skip to content

chore: upload test video as test artifact #24

chore: upload test video as test artifact

chore: upload test video as test artifact #24

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: ui-test.*

Check failure on line 20 in .github/workflows/ui-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ui-test.yml

Invalid workflow file

The workflow is not valid. .github/workflows/ui-test.yml (Line: 20, Col: 15): Unexpected value 'ui-test.*'