Skip to content

chore: fix docker context #23

chore: fix docker context

chore: fix docker context #23

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