Skip to content

Commit

Permalink
fix: command chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jul 30, 2024
1 parent 2e3bfe5 commit ceada38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: make install install-styleguide build
- run: EASYPOST_TEST_API_KEY=123 EASYPOST_PROD_API_KEY=123 make test
- run: EASYPOST_TEST_API_KEY=123 EASYPOST_PROD_API_KEY=123 make install install-styleguide build test
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ceada38

Please sign in to comment.