forked from mirrors/homebox
do end-to-end testing
This commit is contained in:
parent
7ccd48ad79
commit
6b89796f88
1 changed files with 8 additions and 0 deletions
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:
|
||||
|
|
Loading…
Reference in a new issue