Skip to content

Commit

Permalink
Fix GitHub Actions file to enable build package step
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykhailo committed Nov 5, 2024
1 parent 974759d commit 84f6dca
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
name: ci-for-build-and-tests

on:
push:
branches: [ "feature/ci_implement_tests" ]
pull_request:
branches: [ "main", "develop" ]

jobs:
# build-package:
# uses: ./.github/workflows/build-and-check-python-package.yml
# with:
# path: ./r8s
build-package:
uses: ./.github/workflows/build-and-check-python-package.yml
with:
path: ./r8s

tests:
# needs: build-package
needs: build-package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 84f6dca

Please sign in to comment.