Skip to content

Commit

Permalink
Update CI label
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Aug 4, 2023
1 parent 70ec554 commit 777dbc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Runs only tests annotated with the `ignore` attribute (which in this repo, are the integration tests).
run: cargo test --locked -- --ignored

pack-getting-started-output:
print-pack-getting-started-output:
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand All @@ -84,11 +84,11 @@ jobs:
run: cargo install libcnb-cargo
- name: Compile ruby buildpack
run: cargo libcnb package
- name: Getting started guide output
- name: "PRINT: Getting started guide output"
run: | # Use `script -e -c` to pretend to be a TTY for pack terminal color support
script -e -c "pack build my-image --builder heroku/builder:22 --buildpack heroku/nodejs-engine --buildpack target/buildpack/debug/heroku_ruby --path tmp/ruby-getting-started --pull-policy never"
print_errors:
print-errors:
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand All @@ -101,6 +101,6 @@ jobs:
run: rustup target add x86_64-unknown-linux-musl
- name: Rust Cache
uses: Swatinem/rust-cache@v2.5.1
- name: Error output
- name: "PRINT: Error output"
run: | # Use `script -e -c` to pretend to be a TTY for pack terminal color support
script -e -c "cargo run --bin print_ruby_errors"

0 comments on commit 777dbc0

Please sign in to comment.