Skip to content

Commit 8ddf966

Browse files
committed
chore: auto-generate openapi.json
1 parent 445ebba commit 8ddf966

File tree

8 files changed

+811
-67
lines changed

8 files changed

+811
-67
lines changed

.github/workflows/test.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -25,39 +25,39 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727

28-
# # Setup Node.js
29-
# - name: Set up Node.js
30-
# uses: actions/setup-node@v4
31-
# with:
32-
# node-version: '22.14'
33-
# # Note: We're not using the built-in cache here because we need to use corepack
34-
#
35-
# - name: Setup Corepack
36-
# run: corepack enable
37-
#
38-
# - id: yarn-cache-dir-path
39-
# name: Get yarn cache directory path
40-
# run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
41-
#
42-
# - name: Cache dependencies
43-
# uses: actions/cache@v3
44-
# id: cache
45-
# with:
46-
# path: |
47-
# ${{ steps.yarn-cache-dir-path.outputs.dir }}
48-
# .turbo
49-
# key: ${{ runner.os }}-deps-${{ hashFiles('**/yarn.lock') }}-${{ github.sha }}
50-
# restore-keys: |
51-
# ${{ runner.os }}-deps-${{ hashFiles('**/yarn.lock') }}-
52-
# ${{ runner.os }}-deps-
53-
#
54-
# - name: Install dependencies
55-
# run: yarn install
28+
# Setup Node.js
29+
- name: Set up Node.js
30+
uses: actions/setup-node@v4
31+
with:
32+
node-version: '22.14'
33+
# Note: We're not using the built-in cache here because we need to use corepack
34+
35+
- name: Setup Corepack
36+
run: corepack enable
37+
38+
- id: yarn-cache-dir-path
39+
name: Get yarn cache directory path
40+
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
41+
42+
- name: Cache dependencies
43+
uses: actions/cache@v3
44+
id: cache
45+
with:
46+
path: |
47+
${{ steps.yarn-cache-dir-path.outputs.dir }}
48+
.turbo
49+
key: ${{ runner.os }}-deps-${{ hashFiles('**/yarn.lock') }}-${{ github.sha }}
50+
restore-keys: |
51+
${{ runner.os }}-deps-${{ hashFiles('**/yarn.lock') }}-
52+
${{ runner.os }}-deps-
53+
54+
- name: Install dependencies
55+
run: yarn install
5656

57-
# - name: Run actor-core tests
58-
# # TODO: Add back
59-
# # run: yarn test
60-
# run: yarn check-types
57+
- name: Run actor-core tests
58+
# TODO: Add back
59+
# run: yarn test
60+
run: yarn check-types
6161

6262
# - name: Install Rust
6363
# uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)