Merge remote-tracking branch 'origin/updating-configuration' into updating-configuration
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -16,7 +16,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
my_job:
|
my_job:
|
||||||
name: test WordOps
|
name: test WordOps
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-20.04, ubuntu-18.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user