From c7f333373188b44806eb617c42618dbdd09133c5 Mon Sep 17 00:00:00 2001 From: hemz10 Date: Mon, 4 Dec 2023 11:56:11 +0530 Subject: [PATCH] test: remove smoke action --- .github/workflows/smoke.yaml | 37 ------------------------------------ testdata/chain_value.csv | 3 ++- 2 files changed, 2 insertions(+), 38 deletions(-) delete mode 100644 .github/workflows/smoke.yaml diff --git a/.github/workflows/smoke.yaml b/.github/workflows/smoke.yaml deleted file mode 100644 index 387d273..0000000 --- a/.github/workflows/smoke.yaml +++ /dev/null @@ -1,37 +0,0 @@ -name: smoke-test -on: - workflow_dispatch: - -jobs: - smoke-test: - name: smoke test on all parachains - runs-on: "ubuntu-latest" - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Installing Kurtosis CLI if not found in cache - run: | - if [ ! -f "/usr/bin/kurtosis" ]; then - echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list - sudo apt update - sudo apt install kurtosis-cli - which kurtosis - fi - - - name: Cache Kurtosis CLI - uses: actions/cache@v2 - with: - path: | - /usr/bin/kurtosis - key: kurtosis-${{ runner.os }} - restore-keys: | - kurtosis- - - - name: Starting the Kurtosis engine - run: kurtosis engine start - - # - name: Run parachain - # run: | - # kurtosis run . --args-file ./local.json --enclave polkadot \ No newline at end of file diff --git a/testdata/chain_value.csv b/testdata/chain_value.csv index 7ded96a..a56dda8 100644 --- a/testdata/chain_value.csv +++ b/testdata/chain_value.csv @@ -32,4 +32,5 @@ subzero,Kusama litmus,Kusama moonriver,Kusama calamari,Kusama -phala,Polkadot \ No newline at end of file +phala,Polkadot +end \ No newline at end of file