Skip to content

chore: fix docker context #15

chore: fix docker context

chore: fix docker context #15

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: thomasnordquist/mqtt-explorer-ui-tests:latest
volumes:
- ./:/app
steps:
- name: Install Packages
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Install Packages
run: yarn ui-test