diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2db0e31c..3dc69917 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,35 +117,3 @@ jobs: run: sh -c "`curl -L https://raw.githubusercontent.com/rylnd/shpec/master/install.sh`" - name: Shpec unit tests on heroku-${{ matrix.stack-version }} run: shpec ${{ matrix.buildpack-dir }}/shpec/*_shpec.sh - - cutlass-integration-test: - runs-on: ubuntu-22.04 - strategy: - matrix: - test-dir: - - test/specs/node-function - - test/specs/node - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Set up Ruby, bundler, and cache - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.0.2 - bundler-cache: true - - name: Install musl-tools - run: sudo apt-get install musl-tools --no-install-recommends - - name: Update Rust toolchain - run: rustup update - - name: Install Rust linux-musl target - run: rustup target add x86_64-unknown-linux-musl - - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.0 - - name: Install libcnb - run: cargo install libcnb-cargo - - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.4.0 - - name: Install yj - uses: buildpacks/github-actions/setup-tools@v5.4.0 - - name: Run rspec tests against a given directory - run: bundle exec rspec ${{ matrix.test-dir }}