Merge pull request #1936 from dexidp/update-actions

ci: update workflow config
This commit is contained in:
Márk Sági-Kazár 2021-01-14 23:45:50 +01:00 committed by GitHub
commit 566ba720a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -47,14 +47,14 @@ jobs:
steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
- name: Test
run: make testall
env:
DEX_MYSQL_DATABASE: dex
@ -74,7 +74,7 @@ jobs:
DEX_KEYSTONE_ADMIN_USER: demo
DEX_KEYSTONE_ADMIN_PASS: DEMO_PASS
- name: Run linter
- name: Lint
run: make lint
# Ensure proto generation doesn't depend on external packages.