Skip to content

Commit

Permalink
chore: revert CI
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmishra committed May 23, 2024
1 parent d92e021 commit 03fbe6e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/run_foss_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ jobs:
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn

- name: yarn
run: yarn install

- name: Strip enterprise code
run: |
rm -rf enterprise
Expand All @@ -76,4 +84,4 @@ jobs:
if: always()
with:
name: rails-log-folder
path: log
path: log

0 comments on commit 03fbe6e

Please sign in to comment.