Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

fix(deps-dev): bump nightwatch from 3.1.2 to 3.2.1 #47

fix(deps-dev): bump nightwatch from 3.1.2 to 3.2.1

fix(deps-dev): bump nightwatch from 3.1.2 to 3.2.1 #47

Workflow file for this run

name: CI
on:
pull_request:
jobs:
e2e-local-lab:
uses: ./.github/workflows/run-e2e.yml
with:
client: local
environment: lab
gitref: ${{ github.ref }}
secrets:
sops_age_key: ${{ secrets.SOPS_AGE_PRIVATE_KEY }}
e2e-remote-lab:
uses: ./.github/workflows/run-e2e.yml
with:
client: remote
environment: lab
gitref: ${{ github.ref }}
secrets:
sops_age_key: ${{ secrets.SOPS_AGE_PRIVATE_KEY }}