Skip to content

Commit

Permalink
Fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 27, 2024
1 parent 3bf22d1 commit 661f88a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,21 @@ jobs:
with:
node-version: ${{ env.node_version }}
registry-url: 'https://registry.npmjs.org'
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
architecture: 'x64'
- name: Start Redis
uses: supercharge/[email protected]
with:
redis-version: ${{ env.redis-version }}
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Install Protoc using apt-get
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- name: Verify protoc installation
run: protoc --version
- run: npm i
- name: Archive lockfile
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 661f88a

Please sign in to comment.