Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

feat: Implement integration test #16

Merged
merged 29 commits into from
Aug 12, 2021
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f0e1cc4
feat: Implement basic credential
npofsi Aug 6, 2021
cc46bbe
Create integration-test.yml
npofsi Aug 7, 2021
db910d6
Update integration-test.yml
npofsi Aug 7, 2021
e77794d
Update integration-test.yml
npofsi Aug 7, 2021
e0ae194
Update integration-test.yml
npofsi Aug 7, 2021
558ef01
Update integration-test.yml
npofsi Aug 7, 2021
365a2af
Update integration-test.yml
npofsi Aug 7, 2021
9758f53
Update integration-test.yml
npofsi Aug 7, 2021
7b28a8e
fix: Add fallback check for list
npofsi Aug 8, 2021
9d6440d
Update integration-test.yml
npofsi Aug 8, 2021
a8479b1
Update integration-test.yml
npofsi Aug 8, 2021
c3c9753
Update integration-test.yml
npofsi Aug 8, 2021
6ddc53e
Update integration-test.yml
npofsi Aug 8, 2021
6378205
Update integration-test.yml
npofsi Aug 8, 2021
e4c2ca0
Update integration-test.yml
npofsi Aug 8, 2021
670058f
Update integration-test.yml
npofsi Aug 8, 2021
045ff61
Update integration-test.yml
npofsi Aug 8, 2021
839db93
Update integration-test.yml
npofsi Aug 8, 2021
cfc24fa
Update integration-test.yml
npofsi Aug 8, 2021
0168937
Update integration-test.yml
npofsi Aug 8, 2021
120e477
Update integration-test.yml
npofsi Aug 8, 2021
0ad8073
Update integration-test.yml
npofsi Aug 8, 2021
328535b
Update integration-test.yml
npofsi Aug 8, 2021
48d7b34
update: Integration test
npofsi Aug 9, 2021
e904e88
fix: remove irrelated codes
npofsi Aug 9, 2021
aea3b0b
Merge branch 'master' into feature
npofsi Aug 9, 2021
b4891b7
Update integration-test.yml
npofsi Aug 9, 2021
5460640
Merge branch 'master' into feature
npofsi Aug 11, 2021
2ccfa62
Update integration-test.yml
npofsi Aug 11, 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
Update integration-test.yml
  • Loading branch information
npofsi authored Aug 8, 2021
commit cfc24fa9011c674e93e825bf5925666e851f6ed8
7 changes: 5 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
repository: fclairamb/ftpserver
tag: v0.10.0
fileName: ftpserver-linux-amd64


- name: Install
run: sudo apt install screen

- name: Create config file
run: touch ftpserver.json

Expand Down Expand Up @@ -62,7 +65,7 @@ jobs:
- name: Start ftp server
run: |
chmod 777 ftpserver-linux-amd64
./ftpserver-linux-amd64
screen -S ftpserver ./ftpserver-linux-amd64

- name: Build
run: make build
Expand Down