From fc230a9801e8f1b3e4ea8494fb0d566890782981 Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Thu, 11 Jul 2024 16:11:18 -0700 Subject: [PATCH] Remove all things related to Cram All Cram tests were for scripts that were removed in the previous commit. --- .cramrc | 3 --- .github/workflows/ci.yaml | 8 -------- README.md | 5 ----- 3 files changed, 16 deletions(-) delete mode 100644 .cramrc diff --git a/.cramrc b/.cramrc deleted file mode 100644 index 153d20f..0000000 --- a/.cramrc +++ /dev/null @@ -1,3 +0,0 @@ -[cram] -shell = /bin/bash -indent = 2 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d445ec..c716277 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,11 +13,3 @@ jobs: steps: - uses: actions/checkout@v4 - uses: nextstrain/.github/actions/shellcheck@master - - cram: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - - run: pip install cram - - run: cram tests/ diff --git a/README.md b/README.md index 8f19f86..a2b54cb 100644 --- a/README.md +++ b/README.md @@ -125,11 +125,6 @@ Some scripts may require Bash ≥4. If you are running these scripts on macOS, t Most scripts are untested within this repo, relying on "testing in production". That is the only practical testing option for some scripts such as the ones interacting with S3 and Slack. -For more locally testable scripts, Cram-style functional tests live in `tests` and are run as part of CI. To run these locally, - -1. Download Cram: `pip install cram` -2. Run the tests: `cram tests/` - ## Working on this repo This repo is configured to use [pre-commit](https://pre-commit.com),