We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node:test
Blocked by #366
#364 removed the .github/workflows/test.yml workflow with the following content. FYI in case this comes in handy:
.github/workflows/test.yml
name: Tests on: pull_request jobs: tests: name: Tests runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@master - name: Setup Node.js uses: actions/setup-node@v3 with: node-version: 16 - name: Install pnpm globally run: npm install -g pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile - name: Run all tests run: pnpm test
on: pull_request
jobs: tests: name: Tests runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@master
- name: Setup Node.js uses: actions/setup-node@v3 with: node-version: 16 - name: Install pnpm globally run: npm install -g pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile - name: Run all tests run: pnpm test
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Blocked by #366
#364 removed the
.github/workflows/test.yml
workflow with the following content. FYI in case this comes in handy:Click to see code
The text was updated successfully, but these errors were encountered: