Skip to content

Commit

Permalink
feat(ci): remove unneeded action
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauNeko committed Sep 18, 2023
1 parent e9cc46f commit 356609f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/actions/tests/action.yml

This file was deleted.

8 changes: 6 additions & 2 deletions .github/workflows/pull_request.workflows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Pull request checks

on: [pull_request]
Expand All @@ -12,4 +11,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "18"
- uses: ./.github/actions/tests

- name: Install dependencies
run: npm ci

- name: Launch tests
run: npm test

0 comments on commit 356609f

Please sign in to comment.