Skip to content

Commit 806990e

Browse files
authored
Update jax-array-api.yml
1 parent 1d13cf8 commit 806990e

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/jax-array-api.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,13 @@ jobs:
2121

2222
steps:
2323
# Downloads a copy of the code in your repository before running CI tests
24-
- name: Check out repository code
25-
uses: actions/checkout@v5
26-
27-
# Performs a clean installation of all dependencies in the `package.json` file
28-
# For more information, see https://docs.npmjs.com/cli/ci.html
29-
- name: Install dependencies
30-
run: npm ci
24+
- uses: actions/checkout@v5
3125

3226
- name: Connect to Redis
3327
# Runs a script that creates a Redis client, populates
3428
# the client with data, and retrieves data
35-
run: node client.js
36-
# Environment variable used by the `client.js` script to create a new Redis client.
37-
env:
38-
# The hostname used to communicate with the Redis service container
39-
REDIS_HOST: abc
40-
# The default Redis port
41-
REDIS_PORT: 6379
29+
run: |
30+
/usr/pathways/run/cloud_pathways_server_sanitized --server_port=29001 --node_type=resource_manager --instance_count=1 --instance_type=tpuv4:2x2x1, --gcs_scratch_location=gs://cloud-pathways-staging/tmp
4231
4332
4433

0 commit comments

Comments
 (0)