Skip to content

Commit

Permalink
ci: Add ubuntu-16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed May 3, 2020
1 parent bc420b3 commit 43a7c69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Daily Test

on:
# push:
schedule:
- cron: '14 14 * * *'

Expand All @@ -12,13 +11,13 @@ jobs:
matrix:
os:
- 'ubuntu-18.04'
- 'ubuntu-16.04'
- 'macos-latest'
- 'windows-latest'
mdbook-version:
- 'latest'
- '0.3.4'
steps:

- uses: actions/checkout@v2

- name: Setup mdBook
Expand Down

0 comments on commit 43a7c69

Please sign in to comment.