Skip to content

Commit

Permalink
Revert "Release 0.0.10"
Browse files Browse the repository at this point in the history
This reverts commit 1a23cbf.
  • Loading branch information
fern-support committed May 27, 2024
1 parent eba1e02 commit c22e3b9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 20

- name: Compile
run: yarn && yarn build
Expand All @@ -25,9 +27,13 @@ jobs:

- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 20

- name: Compile
run: yarn && yarn test
- name: Run tests
run: yarn && yarn test
env:
FILEFORGE_API_KEY: ${{ secrets.FILEFORGE_API_KEY }}

publish:
needs: [ compile, test ]
Expand All @@ -40,6 +46,8 @@ jobs:

- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 20

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit c22e3b9

Please sign in to comment.