GH actions simple #10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Deploy modules | |
on: | |
push: | |
branches: | |
- ghactions | |
jobs: | |
build-modules: | |
runs-on: ubuntu-latest | |
name: Loadmaster | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: 3.9 | |
- uses: snok/[email protected] | |
with: | |
version: 1.2.0 | |
- name: Install dependencies | |
run: poetry install | |
- name: Run my script | |
run: | | |
poetry run python build.py |