Skip to content

Commit

Permalink
ci: add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-suse committed Nov 16, 2023
1 parent 281a68e commit 920dd3c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
product:
- environ.d/ap
- environ.d/fk
- environ.d/ma
- environ.d/md
- environ.d/ng
- environ.d/pg
- envrion.d/rs
- '.'
steps:
- uses: actions/checkout@v2
- name: Test
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/test.yml.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# This is a basic workflow to help you get started with Actions

name: CI

on: [push, pull_request, workflow_dispatch]

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
image:
- tumbleweed
- leap:15.2
- leap:15.3
steps:
- uses: actions/checkout@v2
- name: Test
run: for f in t/*.sh ; do $f && continue; echo FAIL $f; exit 1; done
env:
ENVIRON_TEST_IMAGE: registry.opensuse.org/opensuse/${{ matrix.image }}

0 comments on commit 920dd3c

Please sign in to comment.