Skip to content

Commit

Permalink
latest test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkreiger committed Oct 9, 2023
1 parent 080181a commit c743c18
Show file tree
Hide file tree
Showing 21 changed files with 7,227 additions and 944 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/draft-release.yml

This file was deleted.

123 changes: 0 additions & 123 deletions .github/workflows/integration.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/release.yml

This file was deleted.

52 changes: 52 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: Tests

on:
push:
branches:
- main
- testing
pull_request:

defaults:
run:
shell: bash

jobs:
deptest:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
version: [1.2.2]
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup gh
uses: ./
with:
version: ${{ matrix.version }}

- name: Test CLI
run: |-
fianu
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
version: [1.3.0, 1.7.0, 1.7.1]
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup gh
uses: ./
with:
version: ${{ matrix.version }}

- name: Test CLI
run: |-
fianu
47 changes: 0 additions & 47 deletions .github/workflows/unit.yml

This file was deleted.

4 changes: 0 additions & 4 deletions CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion CODEOWNERS

This file was deleted.

Loading

0 comments on commit c743c18

Please sign in to comment.