Skip to content

Commit

Permalink
Completely disable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Jun 29, 2024
1 parent f5e6d0c commit 724556d
Showing 1 changed file with 46 additions and 45 deletions.
91 changes: 46 additions & 45 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1,46 @@
name: Tests
on:
# Disabled because of a valkyrie regression (#35)
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]

jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Probe runner package cache
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: imagemagick cargo fonts-liberation
version: 1.0

- name: Install oxipng from crates.io
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: oxipng

- name: Install just from crates.io
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: just

- name: Install typst-test from github
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: typst-test
git: https://github.com/tingerrr/typst-test.git
branch: ci-semi-stable

- name: Setup typst
uses: yusancky/setup-typst@v2
with:
version: 'v0.11.0'

- name: Run test suite
run: just ci
# Disabled because of a valkyrie regression (#35)

# name: Tests
# on:
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]

# jobs:
# tests:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3

# - name: Probe runner package cache
# uses: awalsh128/cache-apt-pkgs-action@latest
# with:
# packages: imagemagick cargo fonts-liberation
# version: 1.0

# - name: Install oxipng from crates.io
# uses: baptiste0928/cargo-install@v2.2.0
# with:
# crate: oxipng

# - name: Install just from crates.io
# uses: baptiste0928/cargo-install@v2.2.0
# with:
# crate: just

# - name: Install typst-test from github
# uses: baptiste0928/cargo-install@v2.2.0
# with:
# crate: typst-test
# git: https://github.com/tingerrr/typst-test.git
# branch: ci-semi-stable

# - name: Setup typst
# uses: yusancky/setup-typst@v2
# with:
# version: 'v0.11.0'

# - name: Run test suite
# run: just ci

0 comments on commit 724556d

Please sign in to comment.