Skip to content

Commit

Permalink
feat: Updated .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Feb 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3471aa3 commit 0a8742a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -18,9 +18,11 @@ jobs:

# Add your build and test steps here

- name: Fix failing step
- name: Run failing build and test step
run: |
# Add the necessary commands to fix the failing step
# Add the necessary commands for the failing build and test step
make build
make test
# Add more steps as needed

0 comments on commit 0a8742a

Please sign in to comment.