File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # This workflow will build a Swift project
2- # For more information see : https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
1+ # سيؤدي سير العمل هذا إلى إنشاء مشروع Swift
2+ # لمزيد من المعلومات انظر : https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
33
4- name : Swift
4+ اختبار سريع -v : اسم
55
6- on :
7- push :
8- branches : [ "main " ]
9- pull_request :
10- branches : [ "main " ]
6+ على :
7+ يدفع :
8+ الفروع : [ "الرئيسي " ]
9+ طلب سحب :
10+ الفروع : [ "الرئيسي " ]
1111
12- jobs :
13- build :
12+ وظائف :
13+ بناء :
1414
15- runs-on : macos-latest
15+ يعمل على : ماكوس-الأحدث
1616
17- steps :
18- - uses : actions /checkout@v4
19- - name : Build
20- run : swift build -v
21- - name : Run tests
17+ خطوات :
18+ - الاستخدامات : الإجراءات /checkout@v4
19+ - اسم : بناء
20+ الركض : بناء سريع -v
21+ - اسم : تشغيل الاختبارات
2222 run : swift test -v
You can’t perform that action at this time.
0 commit comments