Skip to content

Commit

Permalink
chore(aws): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Almouro committed Mar 26, 2024
1 parent fb45fe5 commit 6f6ac63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ phases:
- node -v
- echo "Navigate to test package directory"
- cd $DEVICEFARM_TEST_PACKAGE_PATH
- npm install *.tgz
- npm install *.tgz --production
- export APPIUM_VERSION=1.22.2
- avm $APPIUM_VERSION
- >-
Expand Down Expand Up @@ -71,7 +71,7 @@ phases:
- node -v
- echo "Navigate to test package directory"
- cd $DEVICEFARM_TEST_PACKAGE_PATH
- npm install *.tgz
- npm install *.tgz --production
- export APPIUM_VERSION=1.22.2
- avm $APPIUM_VERSION
- >-
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/aws-device-farm/src/buildYmlSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const Commands = {
UNPACKAGE_TEST_PACKAGE: [
'echo "Navigate to test package directory"',
"cd $DEVICEFARM_TEST_PACKAGE_PATH",
"npm install *.tgz",
"npm install *.tgz --production",
],
INSTALL_APPIUM: [
"export APPIUM_VERSION=1.22.2",
Expand Down

0 comments on commit 6f6ac63

Please sign in to comment.