You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have simple github workflows runing from IntelliJ Ide . To run this I need ubuntu in local system, How Can I invoke it from local. I can't install docker in my system . please suggest me alternative to run this.
name: Test Workflow
on:
push:
branches:
- pcteja_test
jobs:
test-job:
runs-on: self-hosted
steps:
- name: Make call to deployed URL
run: |
echo "Making a call to the deployed URL"_
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I have simple github workflows runing from IntelliJ Ide . To run this I need ubuntu in local system, How Can I invoke it from local. I can't install docker in my system . please suggest me alternative to run this.
name: Test Workflow
on:
push:
branches:
- pcteja_test
jobs:
test-job:
runs-on: self-hosted
steps:
- name: Make call to deployed URL
run: |
echo "Making a call to the deployed URL"_
Regards
Dharma Teja
Beta Was this translation helpful? Give feedback.
All reactions