Remove no longer valid browser test

This commit is contained in:
Gabe Kangas
2022-05-09 13:08:08 -07:00
parent d6e0b55337
commit 717db25d65
15 changed files with 0 additions and 9185 deletions

View File

@@ -1,19 +0,0 @@
name: Automated browser tests
on: [push, pull_request]
jobs:
browser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
stable: 'false'
go-version: '1.17.2'
- name: Run browser tests
run: cd test/automated/browser && ./run.sh
- uses: actions/upload-artifact@v3
with:
name: screenshots-${{ github.run_id }}
path: test/automated/browser/screenshots/*.png