Skip to content

Commit

Permalink
order of things
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Oct 26, 2023
1 parent a5bb1af commit d6ac2a1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/actions/run-backend-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit d6ac2a1

Please sign in to comment.