Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
28c763da
Commit
28c763da
authored
May 13, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix CI
parent
30c97a83
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
testsuite.yml
.github/workflows/testsuite.yml
+1
-1
test_all.sh
tests/test_all.sh
+4
-4
No files found.
.github/workflows/testsuite.yml
View file @
28c763da
...
...
@@ -20,7 +20,7 @@ jobs:
run
:
|
apt-get update && apt-get -y install eepm
epm update
epm --auto install etersoft-build-utils rpm-build-intro su sudo
epm --auto install etersoft-build-utils rpm-build-intro su sudo
gear
-
uses
:
actions/checkout@v2
...
...
tests/test_all.sh
View file @
28c763da
...
...
@@ -23,9 +23,9 @@ epm print info
epm update
epm upgrade
$EPMPKGFILE
epm
--auto
upgrade
$EPMPKGFILE
epm downgrade
$EPMPKGFILE
epm
--auto
downgrade
$EPMPKGFILE
for
i
in
$TESTPKG1
$TESTPKG2
;
do
epm
--auto
remove
$i
...
...
@@ -69,10 +69,10 @@ restore_epm
epm checkpkg eepm
epm upgrade eepm
epm
--auto
upgrade eepm
restore_epm
||
:
epm downgrade eepm
epm
--auto
downgrade eepm
restore_epm
||
:
epm clean
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment