Files
mqtt-explorer/.github/workflows/ui-test.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 20: cannot unmarshal !!str `ui-test.*` into map[string]string
2024-05-10 22:30:02 +02:00

21 lines
481 B
YAML

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.*