Skip to content

Commit

Permalink
Fix branch in ci/cd in genric test (#336)
Browse files Browse the repository at this point in the history
* Fix branch in ci/cd in genric test

* Update plugin_test.yaml.

* remove TestFromPYnxtools branch from stm.
  • Loading branch information
RubelMozumder authored May 29, 2024
1 parent c8e3c8b commit cdc8102
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/plugin_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: test plugin

on:
push:
branches: [*]
branches: [master]
pull_request:
branches: [master]

Expand Down Expand Up @@ -43,7 +43,6 @@ jobs:
- name: Run STM tests
run: |
cd pynxtools-stm
git checkout TestFromPynxtools
git submodule sync --recursive
git submodule update --init --recursive --jobs=4
pip install .
Expand Down

0 comments on commit cdc8102

Please sign in to comment.