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

Commit

Permalink
Dummy workflow to test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Jun 6, 2023
1 parent 6a64016 commit ca825bb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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

0 comments on commit ca825bb

Please sign in to comment.