Skip to content

Commit

Permalink
ci: remove unused DEV_MODE variable
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
  • Loading branch information
leninmehedy committed Jan 9, 2024
1 parent 645418b commit 147fde6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/zxc-fsnetman-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ permissions:
jobs:
test:
name: ${{ inputs.custom-job-label || 'fsnetman Test' }}
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: [ self-hosted, Linux, medium, ephemeral ]
steps:
- name: Get related changed files
id: changed-files
Expand Down Expand Up @@ -125,7 +125,6 @@ jobs:
working-directory: fullstack-network-manager
if: ${{ steps.check-changed-files.outputs.run-tests && !cancelled() && !failure() }}
run: |
export DEV_MODE=true
npm i
npm link
fsnetman init -d ../charts
Expand Down

0 comments on commit 147fde6

Please sign in to comment.