Skip to content

Commit

Permalink
Cleanup github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
khustochka committed Jun 24, 2023
1 parent c2fb98f commit 6700ad0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: "Setup test environment"
description: "Setup Node, Ruby, install JS packages and gems."
inputs:
ruby:
required: true
description: "Ruby version"
runs:
using: "composite"
steps:
Expand Down Expand Up @@ -29,10 +31,6 @@ runs:
with:
ruby-version: ${{ inputs.ruby }}
bundler-cache: true
- name: Install packages
run: |
bin/yarn install --frozen-lockfile
shell: bash
- name: Bundle the assets
run: |
bin/yarn build
Expand Down

0 comments on commit 6700ad0

Please sign in to comment.