Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated tests github actions #3

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
c912c32
Automated tests github actions
piotrkwiecinski Feb 3, 2021
521e149
helpers
piotrkwiecinski Feb 3, 2021
2c5eab6
wip
piotrkwiecinski Feb 3, 2021
f8bc64c
wip
piotrkwiecinski Feb 3, 2021
5c10a48
sudo
piotrkwiecinski Feb 3, 2021
d718f70
ca-certificates
piotrkwiecinski Feb 3, 2021
23dc5ee
install
piotrkwiecinski Feb 3, 2021
746fd53
does it compose?
piotrkwiecinski Feb 3, 2021
1ed55e3
fix path
piotrkwiecinski Feb 3, 2021
604d796
github path
piotrkwiecinski Feb 3, 2021
e73d398
Global composer credentials
piotrkwiecinski Feb 6, 2021
936c146
fix flag
piotrkwiecinski Feb 6, 2021
93c1936
remove auth.json copy
piotrkwiecinski Feb 6, 2021
2b82911
fix typo
piotrkwiecinski Feb 6, 2021
3f3eb30
more typos
piotrkwiecinski Feb 6, 2021
9716f37
wip
piotrkwiecinski Feb 7, 2021
2a6e581
wip
piotrkwiecinski Feb 7, 2021
4a89e98
wip
piotrkwiecinski Feb 7, 2021
ec2b4d3
wip
piotrkwiecinski Feb 7, 2021
d4c2dc1
wip
piotrkwiecinski Feb 7, 2021
ee4d5d8
wip
piotrkwiecinski Feb 7, 2021
cec8f2c
wip
piotrkwiecinski Feb 7, 2021
b9626fd
wip
piotrkwiecinski Feb 7, 2021
a103872
specify shell
piotrkwiecinski Feb 7, 2021
8621cdc
wip
piotrkwiecinski Feb 7, 2021
8eb3675
non root?
piotrkwiecinski Feb 8, 2021
72cbdaa
node name
piotrkwiecinski Feb 8, 2021
eb416d6
wip
piotrkwiecinski Feb 8, 2021
1781619
remove container options
piotrkwiecinski Feb 8, 2021
b2fd688
wip change user
piotrkwiecinski Feb 8, 2021
325e43b
wip
piotrkwiecinski Feb 8, 2021
15bafc0
Merge remote-tracking branch 'upstream/master' into automated-tests-v2
piotrkwiecinski Feb 17, 2021
c00dbd3
wip
piotrkwiecinski Feb 17, 2021
4d47bed
wip
piotrkwiecinski Feb 17, 2021
21681be
wip
piotrkwiecinski Feb 17, 2021
7fb3a97
wip
piotrkwiecinski Feb 17, 2021
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
Prev Previous commit
Next Next commit
more typos
  • Loading branch information
piotrkwiecinski committed Feb 6, 2021
commit 3f3eb30ffce74691d7abab1c68d5ed6956c004d8
2 changes: 1 addition & 1 deletion .github/workflows/bats.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
php-version: '7.4'

- name: Add Magento Repository Credentials
run: composer config --global http-basic.repo.magento.com '${{ secrets.MAGENTO_REPO_USERNAME }}' '${ secrets.MAGENTO_REPO_PASSWORD }}'
run: composer config --global http-basic.repo.magento.com '${{ secrets.MAGENTO_REPO_USERNAME }}' '${{ secrets.MAGENTO_REPO_PASSWORD }}'

- name: Test
run: |