mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-28 16:06:37 +01:00
do end-to-end testing
This commit is contained in:
8
.github/workflows/frontend.yaml
vendored
8
.github/workflows/frontend.yaml
vendored
@@ -24,6 +24,14 @@ jobs:
|
||||
with:
|
||||
version: 6.0.2
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.18
|
||||
|
||||
- name: Install Task
|
||||
uses: arduino/setup-task@v1
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user