Skip to content

Commit

Permalink
chore(ci): remove stepci action
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Sep 23, 2023
1 parent 9bc1059 commit 69c7536
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ on:
- main
workflow_dispatch:
jobs:
api_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Step CI Action
uses: stepci/stepci@main
with:
workflow: "workflow.yml"
e2e_test:
runs-on: ubuntu-latest
continue-on-error: true
Expand All @@ -35,4 +27,4 @@ jobs:
- id: test
name: E2E Test
run: |
bun run ci
bun run ci

0 comments on commit 69c7536

Please sign in to comment.