Skip to content

Commit 66dc45b

Browse files
committed
Experiement with fs.statSync
Signed-off-by: Jacob Perron <[email protected]>
1 parent e6495c7 commit 66dc45b

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,6 @@ name: CI
33
on: [push]
44

55
jobs:
6-
linux_build_and_test:
7-
runs-on: ubuntu-18.04
8-
steps:
9-
- uses: actions/checkout@v2
10-
- name: Install Java
11-
run: |
12-
sudo apt update -qq
13-
sudo apt install -y default-jdk
14-
- uses: ros-tooling/setup-ros@3b3f060
15-
with:
16-
required-ros-distributions: dashing
17-
- uses: ros-tooling/action-ros-ci@242ffcc
18-
with:
19-
package-name: rosidl_generator_java rcljava_common rcljava
20-
source-ros-binary-installation: dashing
21-
vcs-repo-file-url: "${{ github.workspace }}/ros2_java_desktop.repos"
226
windows_build_and_test:
237
runs-on: windows-latest
248
steps:
@@ -31,7 +15,7 @@ jobs:
3115
- uses: ros-tooling/setup-ros@3b3f060
3216
with:
3317
required-ros-distributions: dashing
34-
- uses: ros-tooling/action-ros-ci@242ffcc
18+
- uses: jacobperron/action-ros-ci@da1e3f0
3519
with:
3620
package-name: rosidl_generator_java rcljava_common rcljava
3721
vcs-repo-file-url: |

0 commit comments

Comments
 (0)