Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Johan Haals <[email protected]>
  • Loading branch information
jhaals committed Aug 19, 2022
1 parent 6d1f8eb commit 10c5d6b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ jobs:
MEMCACHED: localhost:11211
REDIS_URL: "redis://localhost:6379/0"
steps:
- name: Set up Go 1.15
uses: actions/setup-go@v1
with:
go-version: 1.15.1
- name: Set up Go
uses: actions/setup-go@v3
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Go Test
run: |
Expand All @@ -41,7 +39,7 @@ jobs:
name: Website Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: yarn install
run: cd website && yarn install
- name: yarn lint
Expand Down

0 comments on commit 10c5d6b

Please sign in to comment.