Skip to content

Commit

Permalink
Merge pull request #1446 from jhaals/update-tests
Browse files Browse the repository at this point in the history
update tests
  • Loading branch information
jhaals committed Aug 19, 2022
2 parents 6d1f8eb + 10c5d6b commit f5ef3cb
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 f5ef3cb

Please sign in to comment.