Skip to content

Commit

Permalink
#25: Basic x64 packaging and leia-test setup part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Aug 13, 2021
1 parent 74ae15b commit 956ad29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os:
- macos-11
- macos-10.15
- ubuntu-20.04
- windows-2019
node-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

jobs:
tests:
linter:
runs-on: ${{ matrix.os }}
env:
TERM: xterm
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,18 @@ on:
pull_request:

jobs:
tests:
units:
runs-on: ${{ matrix.os }}
env:
TERM: xterm
strategy:
matrix:
os:
- macos-11
- macos-10.15
- ubuntu-20.04
- windows-2019
node-version:
- '14'
# @TODO: Use leia for functional testing
# leia-tests:
# - apache-example
steps:
# Install deps and cache
# Eventually it would be great if these steps could live in a separate YAML file
Expand Down

0 comments on commit 956ad29

Please sign in to comment.