Skip to content

Browser tests

Browser tests #30

Workflow file for this run

name: Browser tests
on:
push:
tags:
- 'v*'
jobs:
trigger-browser-tests:
name: Browser tests
runs-on: ubuntu-latest
steps:
- uses: octokit/[email protected]
name: Trigger browser tests
with:
repository: ibexa/commerce
workflow: "browser-tests.yml"
ref: ${{ github.ref_name }}
route: POST /repos/{repository}/actions/workflows/{workflow}/dispatches
inputs: '{ "send-success-notification": "true", "project-version": "${{ github.ref_name }}" }'
env:
GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}