Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Feb 9, 2024
1 parent 6226c74 commit 2fa5fca
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions .github/workflows/skipped.yml → .github/workflows/ci_skipped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,38 @@ jobs:
compile-native:
name: Build native libraries
runs-on: ubuntu-22.04
if: false
steps: [run: true]

build:
name: Build project
runs-on: ubuntu-22.04
steps:
- name: Skipped
run: echo "Skipped"
if: false
steps: [run: true]

smoke:
name: Start and stop the node
runs-on: ubuntu-22.04
steps:
- name: Skipped
run: echo "Skipped"
if: false
steps: [run: true]

test:
name: Test
runs-on: ubuntu-22.04
steps:
- name: Skipped
run: echo "Skipped"
if: false
steps: [run: true]

lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- name: Skipped
run: echo "Skipped"
if: false
steps: [run: true]

spectests:
name: Run spec-tests
strategy:
matrix:
config: ["minimal", "general", "mainnet"]
runs-on: ubuntu-22.04
steps:
- name: Skipped
run: echo "Skipped"
if: false
steps: [run: true]

0 comments on commit 2fa5fca

Please sign in to comment.