Skip to content

Commit

Permalink
Merge pull request #91 from bywhitebird/hotfix/setup-edgedb-in-ci
Browse files Browse the repository at this point in the history
ci(Alakazam): move edgedb setup at the top of the ci job
  • Loading branch information
arthur-fontaine authored Feb 21, 2024
2 parents e645819 + 8742f63 commit fcde2da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install EdgeDB
uses: edgedb/setup-edgedb@v1

- name: Install Node.js
uses: actions/setup-node@v3

Expand All @@ -26,9 +29,6 @@ jobs:
with:
run_install: true

- name: Install EdgeDB
uses: edgedb/setup-edgedb@v1

- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit fcde2da

Please sign in to comment.