Skip to content

Commit

Permalink
ci: merge build-and-test-nightly.yml and `build-and-test-stable.yml…
Browse files Browse the repository at this point in the history
…` to `ci.yaml` workflow
  • Loading branch information
threeal committed Nov 6, 2023
1 parent e852044 commit 08597b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/build-and-test-stable.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
name: Build and Test Nightly
name: CI
on:
workflow_dispatch:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
build-and-test-nightly:
build-and-test:
name: Build and Test
runs-on: ubuntu-20.04
steps:
- name: Checkout this repository
uses: actions/checkout@v2.3.4
with:
path: tachimawari

- name: Add nightly Debian repository and rosdep sources list
run: |
sudo apt update && sudo apt install curl
curl -s ${{ secrets.SERVER_BASE_URL }}/debian/setup-nightly.bash | bash -s
curl -s ${{ secrets.SERVER_BASE_URL }}/rosdep/setup.bash | bash -s
- name: Build and test workspace
uses: ichiro-its/ros2-build-and-test-action@main

0 comments on commit 08597b2

Please sign in to comment.