Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejparity committed Jan 4, 2024
1 parent bae53e0 commit 3a59317
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-polkadot-for-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
./target/release/polkadot-execute-worker
./target/release/polkadot-prepare-worker
retention-days: 2
if-no-files-found: error
if-no-files-found: error
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
name: staking-miner-playground-binary
path: ./staking-miner-playground/target/release/staking-miner-playground
retention-days: 7
if-no-files-found: error
if-no-files-found: error
3 changes: 0 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
jobs:
nightly-test:
runs-on: ubuntu-latest
# container: paritytech/ci-unified:bullseye-1.74.0

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -26,7 +24,6 @@ jobs:
- name: Run nightly tests
run: |
RUST_LOG=info cargo test --workspace --all-features -- --nocapture
# cargo clean
- name: Create an issue on failure
if: failure()
Expand Down

0 comments on commit 3a59317

Please sign in to comment.