Skip to content

enricorotundo is learning GitHub Actions #8

enricorotundo is learning GitHub Actions

enricorotundo is learning GitHub Actions #8

Workflow file for this run

name: Install and launch node
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
install-deps:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- run: cp .env.example .env
# override defaults
- run: echo -e "\n" >> .env
- run: echo "OLLAMA_MODELS=" >> .env
- run: echo "VLLM_MODELS=" >> .env
- run: echo "PRIVATE_KEY=ee58fab683fdf7017050563e8b335c71f6dc9028ca12ff579558be1132339003" >> .env
- run: bash launch.sh