Skip to content

Commit

Permalink
ci: remove ci things because we're out of time
Browse files Browse the repository at this point in the history
  • Loading branch information
nshe-dtaliaferro committed Dec 9, 2024
1 parent bc974bc commit 30dc560
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,9 @@ jobs:
# Get the latest code.
- uses: actions/checkout@v4

# Install the software used for linting and testing.
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: opentofu/setup-opentofu@v1
- uses: terraform-linters/setup-tflint@v4
- run: pip install -e .[dev,test]

# Create a dummy Lambda function package for validation
# purposes.
- run: touch lambda-function.zip

# Run the linters.
- uses: pre-commit/[email protected]

# Run the test suite.
- uses: pavelzw/pytest-action@v2
with:
custom-arguments: --cov=simple_scoreboard
- uses: pre-commit/[email protected]

0 comments on commit 30dc560

Please sign in to comment.