Skip to content

Commit

Permalink
ci: cleanup unused configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Mar 21, 2024
1 parent 9118c0c commit 2c378a8
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 118 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/Dockerfile

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/build_test_env.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/install-packages.sh

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/install-texlive.sh

This file was deleted.

15 changes: 3 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,8 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
matrix:
include:
- runs-on: ubuntu-latest
shell: bash
- runs-on: macos-14
shell: bash
- runs-on: windows-latest
shell: C:\msys64\usr\bin\bash.exe -e {0}
runs-on: ${{ matrix.runs-on }}
defaults:
run:
shell: ${{ matrix.shell }}
os: [ubuntu-latest, macos-14, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install TeX Live
Expand All @@ -94,7 +85,7 @@ jobs:
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-result-${{ matrix.runs-on}}
name: test-result-${{ matrix.os }}
path: |
build/test
build/test-testfiles
8 changes: 0 additions & 8 deletions .github/workflows/texlive.profile

This file was deleted.

0 comments on commit 2c378a8

Please sign in to comment.