Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/reusable-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Scripts test


on:
workflow_call:
inputs:
Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
python-version: '3.x'

- name: Show Vagrant version
run: vagrant --version
run: echo "Print machine ip" && ip a && vagrant --version

- name: Install from production scripts
if: ${{ github.event_name == 'schedule' }}
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash


# (c) Copyright Ascensio System Limited 2010-2021
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down