Skip to content

Commit

Permalink
Remove the 'fides deploy' CI check (redundant with cypress_e2e.yml wh…
Browse files Browse the repository at this point in the history
…ich runs deploy)
  • Loading branch information
NevilleS committed Apr 12, 2023
1 parent 10b24db commit 8dcb946
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/cli_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ env:
DEFAULT_PYTHON_VERSION: "3.10.11"

jobs:
Fides-Deploy:
# Basic smoke test of a local install of the fides Python CLI
Fides-Install:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
Expand All @@ -32,14 +33,8 @@ jobs:
- name: Install Nox
run: pip install nox>=2022

- name: Build the sample image
run: nox -s "build(test)"

- name: Install fides
run: pip install .

- name: Start the sample application
run: fides deploy up --no-pull --no-init

- name: Stop the sample application
run: fides deploy down
- name: Run `fides --version`
run: fides --version

0 comments on commit 8dcb946

Please sign in to comment.