Skip to content

Commit

Permalink
Merge branch 'master' into test-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
xlecunff-pass authored Jan 21, 2025
2 parents 8bf18aa + a3c4293 commit aba03b8
Show file tree
Hide file tree
Showing 36 changed files with 1,253 additions and 774 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
cmd: jq '.build = ${{ steps.build-number.outputs.build_number }}' package.json > tmp && mv tmp package.json
- name: 'Get routes used by app version'
run: |
TESTING_VERSION=${{ steps.package-version.outputs.current-version }}
./scripts/get_used_routes.sh "v${TESTING_VERSION}"
- name: 'Commit changes'
run: |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"name": "pass Culture",
"twitter": "@pass_Culture"
},
"version": "1.324.0",
"build": 10324000,
"version": "1.324.1",
"build": 10324001,
"private": true,
"engines": {
"node": ">=20.10"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pass-culture/web-proxy",
"description": "Express proxy for pass-culture-app-native Web Application",
"version": "1.324.0",
"version": "1.324.1",
"private": true,
"main": "build/src/index.js",
"author": {
Expand Down
Loading

0 comments on commit aba03b8

Please sign in to comment.