From d6ac2a1c9a41224c37e2de521ed7a8ecf23709d7 Mon Sep 17 00:00:00 2001 From: Marius Andra Date: Thu, 26 Oct 2023 14:30:35 +0200 Subject: [PATCH] order of things --- .github/actions/run-backend-tests/action.yml | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/actions/run-backend-tests/action.yml b/.github/actions/run-backend-tests/action.yml index cf7bb01367cc2..4563e9cacd4c5 100644 --- a/.github/actions/run-backend-tests/action.yml +++ b/.github/actions/run-backend-tests/action.yml @@ -49,18 +49,6 @@ runs: python-version: ${{ inputs.python-version }} token: ${{ inputs.token }} - - name: Install pnpm - uses: pnpm/action-setup@v2 - with: - version: 8.x.x - - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: 18 - cache: pnpm - cache-dependency-path: posthog/pnpm-lock.yaml - - name: Determine if hogql-parser has changed compared to master shell: bash id: hogql-parser-diff @@ -73,6 +61,18 @@ runs: run: | sudo apt-get update && sudo apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl + - name: Install pnpm + uses: pnpm/action-setup@v2 + with: + version: 8.x.x + + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: 18 + cache: pnpm + cache-dependency-path: posthog/pnpm-lock.yaml + - name: Install transpiler shell: bash run: |