Skip to content

Test having other workflow as step #17

Test having other workflow as step

Test having other workflow as step #17

Workflow file for this run

on:
workflow_dispatch:
workflow_call:
name: Deploy pharmr
jobs:
deploy:
runs-on: ubuntu-20.04
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: pharmpy/pharmr/.github/workflows/main.yaml@main
with:
as-release: true
- name: Check repo
run: pwd
- name: Set up git config
working-directory: pharmr_repo
run: |
git status