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

Dummy workflow to test runner #1

Dummy workflow to test runner

Dummy workflow to test runner #1

Workflow file for this run

name: Dummy
on:
push:
jobs:
dummy:
runs-on: [ self-hosted, dummy ]
services:
webdriver-chrome:
image: selenium/standalone-chrome
ports:
- 4444
- 7900
env:
VNC_NO_PASSWORD: 1
options: --shm-size=2g --dns=${{ needs.e2e-preparations.outputs.dns1 }} --dns=${{ needs.e2e-preparations.outputs.dns2 }}
steps:
- name: Print debug link
run: echo Hello