Skip to content

Commit

Permalink
fix[e2e]: change TEST_MFA use
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Nov 18, 2024
1 parent d6135d1 commit dce4663
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
if [ -d "$mfa_dummy" ]; then
mkdir -p e2econfig/plugins
cp -r "$mfa_dummy" "e2econfig/plugins/mfa_dummy"
echo "TEST_MFA=true" >> $GITHUB_ENV
echo "TEST_MFA=1" >> $GITHUB_ENV
fi
- name: 🏗 Prepare Playwright env
Expand Down Expand Up @@ -122,7 +122,6 @@ runs:
env:
NO_SERVER: true
PLAYWRIGHT_BASEURL: ${{ inputs.server }}
TEST_MFA: false

- name: 🔎 Check octoprint.log for errors
if: ${{ inputs.server }} === ""
Expand Down

0 comments on commit dce4663

Please sign in to comment.