Try out gitea actions #13
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Node
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install nodejs --yes
|
||||
apt-get install nodejs git --yes
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
|
|
Loading…
Reference in a new issue