Skip to content

updated github action workflow #5

updated github action workflow

updated github action workflow #5

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
push:
branches:
- replace-nx-with-turborepo
jobs:
install_oracle_cli:
steps:
name: 'Install Oracle CLI'
run: |
curl -L -O https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh
chmod +x install.sh
./install.sh --accept-all-defaults
echo "::add-path::/home/runner/bin"
exec -l $SHELL