Skip to content

Commit

Permalink
Remove build steps for SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Aug 25, 2023
1 parent bd4a95c commit 2bc6014
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ jobs:
- name: Log new version & changelog
run: |
echo "Latest tag detected: $LATEST_TAG"
echo "Proposed new version: $VERSION"
echo "Nightly version: $NIGHTLY_VERSION"
env:
VERSION: ${{ steps.set-version.outputs.version }}
NIGHTLY_VERSION: ${{ steps.set-nightly-version.outputs.version }}
LATEST_TAG: ${{ steps.get-latest-tag.outputs.tag }}

- name: Bump crate versions
run: |
Expand Down Expand Up @@ -73,40 +71,3 @@ jobs:
commit_user_name: Adobe CAI Team
commit_user_email: noreply@adobe.com
create_branch: true

# # make this into build step
# tests:
# name: Unit tests
# runs-on: ${{ matrix.os }}

# strategy:
# fail-fast: false
# matrix:
# os: [windows-latest, macos-latest, ubuntu-latest]
# rust_version: [stable, 1.70.0]

# steps:
# - name: Checkout repository
# uses: actions/checkout@v3

# - name: Install Rust toolchain
# uses: dtolnay/rust-toolchain@master
# with:
# toolchain: ${{ matrix.rust_version }}
# components: llvm-tools-preview

# - name: Cache Rust dependencies
# uses: Swatinem/rust-cache@v1

# - name: Install cargo-llvm-cov
# uses: taiki-e/install-action@cargo-llvm-cov

# - name: Generate code coverage
# run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info

# - name: Upload code coverage results
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true
# verbose: true

0 comments on commit 2bc6014

Please sign in to comment.