Skip to content

Commit

Permalink
Merge pull request #2393 from farid-zare/CI
Browse files Browse the repository at this point in the history
Ci
  • Loading branch information
farid-zare authored Feb 2, 2025
2 parents 47f5ddb + 833e291 commit e937ad5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 36 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ jobs:
build:
runs-on: self-hosted
steps:

- name: Checkout PR Code
uses: actions/checkout@v4

- name: Initialize and Update Submodules
run: |
git submodule update --init --recursive
- name: Merge PR with Develop
run: |
git fetch origin develop
git checkout -b test-branch
git merge origin/develop --no-edit
git merge origin/develop --allow-unrelated-histories --no-edit
- name: Clone COBRA Toolbox
run: |
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/testall.yml

This file was deleted.

0 comments on commit e937ad5

Please sign in to comment.