Skip to content

Commit

Permalink
Merge branch 'main' into parallel-validator-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
petechd authored Oct 14, 2024
2 parents 251c3ee + 3eb3929 commit 0d3c924
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file : ".nvmrc"
cache: "npm"
- name: Install npm deps
run: npm install
lint:
Expand All @@ -52,7 +51,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
- name: Write app version
run: printf "${{ github.event.pull_request.head.sha }}" > .application-version
- name: Install Poetry
Expand Down Expand Up @@ -137,7 +135,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: |
echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
- name: Install Poetry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ describe("Calculated summary with repeating answers", () => {
before("Completing the list collector and dynamic answer", async () => {
await browser.openQuestionnaire("test_new_calculated_summary_repeating_and_static_answers.json");
await $(HubPage.acceptCookies()).click();
await click(HubPage.submit());
await $(AnySupermarketPage.yes()).click();
await click(AnySupermarketPage.submit());
await $(ListCollectorAddPage.supermarketName()).setValue("Tesco");
Expand Down

0 comments on commit 0d3c924

Please sign in to comment.