Update rust.yml

This commit is contained in:
Flori 2023-05-13 15:49:07 +02:00 committed by GitHub
parent b4d0e2d662
commit 2f8d3debd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -22,13 +22,13 @@ jobs:
sudo apt-get install -y git python3 build-essential sudo apt-get install -y git python3 build-essential
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs sudo apt-get install -y nodejs
git clone https://github.com/polyphony-chat/spacebarchat-server.git git clone https://github.com/bitfl0wer/server.git
- name: Prepare and start spacebarchat-server - name: Prepare and start Spacebar server
run: | run: |
npm install npm install
npm run setup npm run setup
npm run start & npm run start &
working-directory: ./spacebarchat-server working-directory: ./server
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests