You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ jobs:
180
180
# Nebula Logger has functionality that queries the AuthSession object when the current user has an active session.
181
181
# The code should work with or without an active session, so the pipeline runs the tests twice - asynchronously and synchronously.
182
182
# This is done because, based on how you execute Apex tests, the running user may have an active session (synchrously) or not (asynchronously).
183
-
#Utlimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
183
+
#Ultimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
184
184
# Running the Apex tests sync & async serves as an extra level of integration testing to ensure that everything works with or without an active session.
185
185
- name: 'Run Apex Tests Asynchronously'
186
186
run: npm run test:apex:nocoverage
@@ -256,7 +256,7 @@ jobs:
256
256
# Nebula Logger has functionality that queries the AuthSession object when the current user has an active session.
257
257
# The code should work with or without an active session, so the pipeline runs the tests twice - asynchronously and synchronously.
258
258
# This is done because, based on how you execute Apex tests, the running user may have an active session (synchrously) or not (asynchronously).
259
-
#Utlimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
259
+
#Ultimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
260
260
# Running the Apex tests sync & async serves as an extra level of integration testing to ensure that everything works with or without an active session.
261
261
- name: 'Run Apex Tests Asynchronously'
262
262
run: npm run test:apex:nocoverage
@@ -324,7 +324,7 @@ jobs:
324
324
# Nebula Logger has functionality that queries the AuthSession object when the current user has an active session.
325
325
# The code should work with or without an active session, so the pipeline runs the tests twice - asynchronously and synchronously.
326
326
# This is done because, based on how you execute Apex tests, the running user may have an active session (synchrously) or not (asynchronously).
327
-
#Utlimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
327
+
#Ultimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
328
328
# Running the Apex tests sync & async serves as an extra level of integration testing to ensure that everything works with or without an active session.
329
329
- name: 'Run Apex Tests Asynchronously'
330
330
run: npm run test:apex:nocoverage
@@ -395,7 +395,7 @@ jobs:
395
395
# Nebula Logger has functionality that queries the AuthSession object when the current user has an active session.
396
396
# The code should work with or without an active session, so the pipeline runs the tests twice - asynchronously and synchronously.
397
397
# This is done because, based on how you execute Apex tests, the running user may have an active session (synchrously) or not (asynchronously).
398
-
#Utlimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
398
+
#Ultimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
399
399
# Running the Apex tests sync & async serves as an extra level of integration testing to ensure that everything works with or without an active session.
400
400
- name: 'Run Apex Tests Asynchronously'
401
401
run: npm run test:apex:nocoverage
@@ -470,7 +470,7 @@ jobs:
470
470
# Nebula Logger has functionality that queries the AuthSession object when the current user has an active session.
471
471
# The code should work with or without an active session, so the pipeline runs the tests twice - asynchronously and synchronously.
472
472
# This is done because, based on how you execute Apex tests, the running user may have an active session (synchrously) or not (asynchronously).
473
-
#Utlimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
473
+
#Ultimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
474
474
# Running the Apex tests sync & async serves as an extra level of integration testing to ensure that everything works with or without an active session.
475
475
- name: 'Run Apex Tests Asynchronously'
476
476
run: npm run test:apex:nocoverage
@@ -538,7 +538,7 @@ jobs:
538
538
# Nebula Logger has functionality that queries the AuthSession object when the current user has an active session.
539
539
# The code should work with or without an active session, so the pipeline runs the tests twice - asynchronously and synchronously.
540
540
# This is done because, based on how you execute Apex tests, the running user may have an active session (synchrously) or not (asynchronously).
541
-
#Utlimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
541
+
#Ultimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
542
542
# Running the Apex tests sync & async serves as an extra level of integration testing to ensure that everything works with or without an active session.
543
543
- name: 'Run Apex Tests Asynchronously'
544
544
run: npm run test:apex:nocoverage
@@ -653,7 +653,7 @@ jobs:
653
653
# Nebula Logger has functionality that queries the AuthSession object when the current user has an active session.
654
654
# The code should work with or without an active session, so the pipeline runs the tests twice - asynchronously and synchronously.
655
655
# This is done because, based on how you execute Apex tests, the running user may have an active session (synchrously) or not (asynchronously).
656
-
#Utlimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
656
+
#Ultimately, this could/should probably be better mocked during tests, but the AuthSession is read-only in Apex, so it's a bit difficult to work with.
657
657
# Running the Apex tests sync & async serves as an extra level of integration testing in the meantime to ensure that everything works with or without an active session.
658
658
- name: 'Run Apex Tests Asynchronously'
659
659
run: npm run test:apex:nocoverage -- --targetusername nebula-logger-package-demo
0 commit comments