Skip to content

Commit

Permalink
Merge pull request #63 from epam/feature/fix-tests-ci
Browse files Browse the repository at this point in the history
Update GitHub Action to build package
  • Loading branch information
Sinyuk authored Nov 6, 2024
2 parents dc10697 + 2267d1e commit 86a23b1
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 86a23b1

Please sign in to comment.