Updated system tests
This commit is contained in:
parent
c42c1a51b9
commit
07a7f69bfd
1 changed files with 1 additions and 4 deletions
5
.github/workflows/system-tests.yml
vendored
5
.github/workflows/system-tests.yml
vendored
|
@ -5,10 +5,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
extension-tests:
|
||||
name: Extensions
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue