Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed May 15, 2024
1 parent 7603c7d commit 01c7ddd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ on:
- main

env:
ENABLED_STEPS: "checkout_repository,get_package_name,build_r_package"
ENABLED_STEPS: "checkout_repository,get_package_name,build_r_package,run_r_cmd_check"

jobs:
hello-world:
runs-on: ubuntu-latest
container:
image: rocker/verse:latest
image: rocker/r-ubuntu:latest

steps:
- name: Checkout repo 🛎
Expand All @@ -39,7 +39,7 @@ jobs:
run: |
PKGBUILD="$(echo $(awk -F: '/Package:/{gsub(/[ ]+/,"") ; print $2}' DESCRIPTION)_"\
"$(awk -F: '/Version:/{gsub(/[ ]+/,"") ; print $2}' DESCRIPTION).tar.gz)"
echo "PKGBUILD=$PKGBUILD"
echo "PKGBUILD = $PKGBUILD"
echo "PKGBUILD=$PKGBUILD" >> $GITHUB_ENV
shell: bash
working-directory: ${{ github.event.repository.name }}
Expand Down

0 comments on commit 01c7ddd

Please sign in to comment.