Skip to content

Commit

Permalink
chore: bump [email protected] (#4291)
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph authored Nov 24, 2023
1 parent b2ce733 commit 95308a4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/rapid-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
- name: Generation tests
run: npm test
working-directory: generation
- name: Pack Allure results
run: zip -r allure-results.zip detox/allure-results detox/test/allure-results generation/allure-results
- name: Upload Allure results
uses: actions/upload-artifact@v3
with:
name: allure-results-linux
path: allure-results.zip

windows:
name: Windows
Expand All @@ -67,3 +74,12 @@ jobs:
- name: Integration tests
run: npm run integration
working-directory: detox/test
- name: Pack Allure results
run: |
Compress-Archive -Path detox/allure-results -DestinationPath allure-results.zip
shell: pwsh
- name: Upload Allure results
uses: actions/upload-artifact@v3
with:
name: allure-results-windows
path: allure-results.zip
2 changes: 1 addition & 1 deletion detox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^47.0.0",
"jest": "^28.1.3",
"jest-allure2-reporter": "2.0.0-alpha.10",
"jest-allure2-reporter": "2.0.0-alpha.11",
"mockdate": "^2.0.1",
"prettier": "^2.4.1",
"react-native": "0.71.10",
Expand Down
2 changes: 1 addition & 1 deletion detox/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"express": "^4.15.3",
"glob": "^7.2.0",
"jest": "^29.2.1",
"jest-allure2-reporter": "2.0.0-alpha.10",
"jest-allure2-reporter": "2.0.0-alpha.11",
"jest-junit": "^10.0.0",
"lodash": "^4.14.1",
"metro-react-native-babel-preset": "0.73.9",
Expand Down
2 changes: 1 addition & 1 deletion generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"jest": "^27.0.0",
"jest-allure2-reporter": "2.0.0-alpha.10",
"jest-allure2-reporter": "2.0.0-alpha.11",
"lint-staged": "^6.0.0",
"prettier": "^1.8.2"
},
Expand Down

0 comments on commit 95308a4

Please sign in to comment.